Skip to content

Commit

Permalink
fix(workflows): remove unnecessary 'value' from tags pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
NorkzYT committed Mar 30, 2024
1 parent 829145d commit 94c9eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ env.DH_IMAGE }}
ghcr.io/${{ env.GH_IMAGE }}
tags: |
type=semver,event=tag,pattern={{version}},value={{tag}}
type=semver,event=tag,pattern={{version}}
labels: |
maintainer=NorkzYT
org.opencontainers.image.title=Backuponepass
Expand Down

0 comments on commit 94c9eb0

Please sign in to comment.