Skip to content

Commit

Permalink
feat: prefix release with v (#1424)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

Currently, our release tag is the version 2.139.0 while AIO expects a v
prefix (e.g. v2.139.0). We add an additional v to adjust for that
  • Loading branch information
J0 committed Feb 13, 2024
1 parent 76853ce commit 9d398cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},value=${{ inputs.version }},enable=true
type=semver,pattern=v{{version}},value=${{ inputs.version }},enable=true
- uses: docker/setup-qemu-action@v2
with:
Expand Down

0 comments on commit 9d398cd

Please sign in to comment.