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.
1 parent 198885f commit fdf7c9dCopy full SHA for fdf7c9d
.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