Skip to content

Commit

Permalink
Prefix tag with a v
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Aug 4, 2023
1 parent 21463d2 commit 8221a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
platforms: linux/amd64,linux/arm64v8
push: true
tags: |
fiberplane/am:${{ needs.validate-version.outputs.version }}
fiberplane/am:v${{ needs.validate-version.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 8221a32

Please sign in to comment.