Skip to content

Commit

Permalink
updating tag to use tag name for version
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Feb 10, 2024
1 parent 1c918a5 commit 55a2dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: madflojo/tarmac:latest
# tag with the git tag v*
tags: madflojo/tarmac:${{ github.ref_name }}

0 comments on commit 55a2dce

Please sign in to comment.