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 c9f28b6 commit fb736feCopy full SHA for fb736fe
.github/workflows/scan.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build an image from Dockerfile (linux/amd64)
26
run: |
27
- export IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64
+ export IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64
28
export DOCKER_PUSH=0
29
export DOCKER_SQUASH=0
30
export DOCKER_DEFAULT_PLATFORM='linux/amd64'
0 commit comments