Skip to content

Commit

Permalink
Fix image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Jan 9, 2024
1 parent 15390b5 commit 69cb6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
maintainer=thundersquared
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value={{github.ref}}-{{sha}},enable=${{ github.ref_type != 'tag' }}
type=ref,enable=${{ github.ref_type != 'tag' }},suffix={{sha}},event=branch
type=ref,event=branch
type=ref,event=tag
Expand Down

0 comments on commit 69cb6a4

Please sign in to comment.