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

This commit is contained in:
Sagent
2026-06-29 14:33:48 +00:00
parent befd34b773
commit 1f983634ae
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ jobs:
with:
images: jcabillot/sabnzbd
tags: |
type=raw,value=latest
type=raw,value=${{ steps.get-latest-tag.outputs.tag }},enable=${{ steps.get-latest-tag.outputs.tag != '' }}
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
with:
context: .
+1
View File
@@ -29,6 +29,7 @@ jobs:
images: jcabillot/sabnzbd
tags: |
type=ref,event=tag
type=ref,event=tag,suffix=-latest
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .