Merge pull request 'CI: standardize workflows - tests mandatory, remove :latest push on master' (#21) from fix/workflow-standard into master
Main Release / hadolint (push) Successful in 7s
Main Release / test (push) Successful in 19s
Main Release / tag (push) Successful in 10s
Main Release / build-push (push) Successful in 3m5s

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2026-06-13 17:37:25 -04:00
+2 -2
View File
@@ -15,6 +15,7 @@ jobs:
dockerfile: Dockerfile
build-push:
needs: [hadolint, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -27,8 +28,6 @@ jobs:
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
with:
images: jcabillot/sabnzbd
tags: |
type=raw,value=latest
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
@@ -46,6 +45,7 @@ jobs:
- run: bash tests/test.sh ci-image:${{ github.sha }}
tag:
needs: [hadolint, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6