Skip to content

Commit

Permalink
fix: raw tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 21, 2023
1 parent 242d053 commit b1d2f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
images: ${{ steps.prep.outputs.tags }}
tags: |
type=ref,event=branch
type=raw,value=${{ needs.prebuild.outputs.version }}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit b1d2f59

Please sign in to comment.