fix: add -latest suffix to tag and cron workflows

This commit is contained in:
Sagent
2026-06-29 14:33:48 +00:00
parent befd34b773
commit 37fe8e5273
3 changed files with 23 additions and 28 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: .