Skip to content

Commit

Permalink
Merge pull request #293 from zhang-accounting/chore/fix-snapshot-sha-tag
Browse files Browse the repository at this point in the history
chore: fix docker image tag
  • Loading branch information
Kilerd authored Apr 11, 2024
2 parents 8814409 + b4f951d commit 3ca998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
push: true
tags: |
kilerd/zhang:snapshot
kilerd/zhang:${{ env.GITHUB_SHA }}
kilerd/zhang:snapshot-${{ github.sha }}
- name: Echo git commit hash to file
run: |
mkdir example-deployment
Expand Down

0 comments on commit 3ca998c

Please sign in to comment.