Skip to content

Commit

Permalink
chore: fix ref name for image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jun 27, 2024
1 parent 04c255f commit f5e670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: aoepeople/vistecture:${{ github.ref }}
tags: aoepeople/vistecture:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

0 comments on commit f5e670e

Please sign in to comment.