Skip to content

Commit

Permalink
Tag image with hash instead of next
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Nov 29, 2024
1 parent cb58544 commit 8c49f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}
registry: quay.io
- name: Check existing tags
run: COMMIT_HASH=$(git rev-parse --short HEAD)
run: export COMMIT_HASH=$(git rev-parse --short HEAD)
- name: Build images
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 8c49f59

Please sign in to comment.