We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51aa5ff + fdf7c9d commit 89059eaCopy full SHA for 89059ea
.github/workflows/docker-ci.yml
@@ -24,4 +24,4 @@ jobs:
24
password: ${{ secrets.DOCKER_PASSWORD }}
25
26
- name: Build and push Docker image
27
- run: "make docker-build docker-push IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${ GITHUB_SHA::7 }"
+ run: "make docker-build docker-push IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${GITHUB_SHA::7}"
0 commit comments