Skip to content

Commit

Permalink
github-actions: fix semver in container release
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
  • Loading branch information
alltilla committed Nov 10, 2024
1 parent 94e2e2d commit 4b4a1c0
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 @@ -73,7 +73,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository_owner }}/axosyslog-cfg-helper
tags: type=semver,pattern={{version}},value=${{ steps.version.outputs.VERSION }}
tags: type=semver,pattern={{version}},value=v${{ steps.version.outputs.VERSION }}
sep-tags: ','

- name: Build and push container image
Expand Down

0 comments on commit 4b4a1c0

Please sign in to comment.