Skip to content

Commit

Permalink
workflows: Tag new images with full commit-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanConnell committed Mar 20, 2024
1 parent f098ffc commit b59009a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
docker buildx build \
--platform ${{ steps.prepare.outputs.docker_platform }} \
--platform linux/amd64 \
--tag ${{ steps.prepare.outputs.docker_image }}:$(git rev-parse "$GITHUB_SHA") \
--tag ${{ steps.prepare.outputs.docker_image }}:$(git rev-parse --short "$GITHUB_SHA") \
--tag ${{ steps.prepare.outputs.docker_image }}:latest \
--file ./Dockerfile \
Expand Down

0 comments on commit b59009a

Please sign in to comment.