6 Commits

Author SHA1 Message Date
jcabillot 74db34c7d8 Merge pull request 'chore(deps): update docker/build-push-action action to v7.3.0' (#26) from renovate/docker-build-push-action-7.x into master
Main Release / hadolint (push) Successful in 8s
Main Release / test (push) Successful in 22s
Main Release / build (push) Successful in 2m58s
Main Release / tag (push) Successful in 12s
Tag Release / hadolint (push) Successful in 9s
Tag Release / test (push) Successful in 21s
Tag Release / build-push (push) Successful in 4m35s
Reviewed-on: #26
2026-07-01 16:21:52 -04:00
renovate 1cdad0ff62 chore(deps): update docker/build-push-action action to v7.3.0
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 2m9s
2026-07-01 14:58:30 +00:00
jcabillot 10c334c176 Merge pull request 'fix: align main+tag with mydl — no push on main, SA_TOKEN for tag trigger, test gate' (#25) from fix/ci-align-mydl-v2 into master
Main Release / test (push) Successful in 16s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 17s
Tag Release / hadolint (push) Successful in 9s
Tag Release / test (push) Successful in 2m10s
Tag Release / build-push (push) Successful in 2m30s
Main Release / hadolint (push) Successful in 8s
Reviewed-on: #25
2026-06-29 11:43:02 -04:00
Sagent 5c34972434 fix: align workflows with mydl — test gate, no push on main, SA_TOKEN for tag trigger
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 2m10s
2026-06-29 15:26:19 +00:00
jcabillot 2cefebcafa Merge pull request 'fix: add -latest suffix to tag and cron workflows' (#24) from fix/tag-suffix-latest into master
Main Release / test (push) Successful in 2m26s
Main Release / hadolint (push) Successful in 6s
Main Release / tag (push) Successful in 12s
Main Release / build-push (push) Successful in 2m33s
Reviewed-on: #24
2026-06-29 10:50:56 -04:00
Sagent 1f983634ae fix: add -latest suffix to tag and cron workflows
PR Checks / build-test (pull_request) Successful in 2m9s
PR Checks / hadolint (pull_request) Successful in 8s
2026-06-29 14:33:48 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
images: jcabillot/sabnzbd
tags: |
type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }}
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
push: true
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
tags: |
type=ref,event=tag
type=ref,event=tag,suffix=-latest
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
push: true