Skip to content

Commit

Permalink
Add the missing parameter: tags to the github action to also tag the …
Browse files Browse the repository at this point in the history
…image with the version

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Nov 13, 2024
1 parent 07df2af commit 327f53d
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 @@ -75,7 +75,7 @@ jobs:
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: snowdrop/cert-manager-webhook-godaddy
addLatest: true
tags: ${{ steps.tag-chart.outputs.TAG_VERSION }}, latest
enableBuildKit: true
multiPlatform: true
platform: linux/amd64,linux/arm64
Expand Down

0 comments on commit 327f53d

Please sign in to comment.