Skip to content

[#911] fix: add findutils to transmission image. (#912) #36

[#911] fix: add findutils to transmission image. (#912)

[#911] fix: add findutils to transmission image. (#912) #36

---
name: Release on Merge
concurrency:
group: container-release
cancel-in-progress: false
on:
push:
branches:
- main
paths:
- "apps/**"
- ".github/scripts/templates/**"
- "!apps/**/metadata.json"
- "!apps/**/metadata.yaml"
- "!apps/**/README.md"
jobs:
simple-checks:
uses: ./.github/workflows/simple-checks.yaml
get-changed-images:
needs: [simple-checks]
uses: ./.github/workflows/get-changed-images.yaml
build-images:
needs: [simple-checks, get-changed-images]
if: ${{ needs.get-changed-images.outputs.addedOrModified == 'true' }}
uses: ./.github/workflows/build-images.yaml
secrets: inherit
with:
appsToBuild: "${{ needs.get-changed-images.outputs.addedOrModifiedImages }}"
pushImages: true
sendNotifications: true
render-readme:
name: Render Readme
needs: build-images
if: ${{ always() && needs.build-images.result != 'failure' }}}
uses: ./.github/workflows/render-readme.yaml
secrets: inherit