Skip to content

Commit 89059ea

Browse files
authored
Merge pull request #115 from sp-yduck/feature/cosmetic-changes
fix substitution
2 parents 51aa5ff + fdf7c9d commit 89059ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
password: ${{ secrets.DOCKER_PASSWORD }}
2525

2626
- name: Build and push Docker image
27-
run: "make docker-build docker-push IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${ GITHUB_SHA::7 }"
27+
run: "make docker-build docker-push IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${GITHUB_SHA::7}"

0 commit comments

Comments
 (0)