Skip to content

Commit fb736fe

Browse files
committed
Update IMAGE to IMG var
1 parent c9f28b6 commit fb736fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build an image from Dockerfile (linux/amd64)
2626
run: |
27-
export IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64
27+
export IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64
2828
export DOCKER_PUSH=0
2929
export DOCKER_SQUASH=0
3030
export DOCKER_DEFAULT_PLATFORM='linux/amd64'

0 commit comments

Comments
 (0)