Skip to content

Commit

Permalink
SHARD-916: fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketdivekar committed Oct 26, 2024
1 parent d58e0d1 commit 09a0331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
context: .
file: Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}::${{ env.DOCKER_TAG }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}
labels: |
version=${{ env.SHORT_COMMIT_HASH }}
branch=${{ env.BRANCH_NAME }}
Expand Down

0 comments on commit 09a0331

Please sign in to comment.