Skip to content

Commit

Permalink
chore: use branch name as tag
Browse files Browse the repository at this point in the history
  • Loading branch information
H1D committed Jul 9, 2024
1 parent c18fdbd commit 2b663d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
file: ./Containerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ env.IMAGE_NAME }}:latest
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ github.ref_name | toLower }}

0 comments on commit 2b663d9

Please sign in to comment.