Merge pull request 'fix: add -latest suffix to tag and cron workflows' (#24) from fix/tag-suffix-latest into master
Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
@@ -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: .
|
||||
|
||||
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user