Skip to content

Commit

Permalink
feat: git hash with command
Browse files Browse the repository at this point in the history
  • Loading branch information
VladoKat committed May 17, 2024
1 parent dc9c48d commit 693105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
file: Dockerfile_jms_be
tags: vladokat/jms-be:${{git_hash}}
tags: vladokat/jms-be:${{git rev-parse --short "$GITHUB_SHA"}}

0 comments on commit 693105e

Please sign in to comment.