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 fb736fe commit 0903864Copy full SHA for 0903864
.github/workflows/scan.yml
@@ -25,8 +25,6 @@ jobs:
25
- name: Build an image from Dockerfile (linux/amd64)
26
run: |
27
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'
31
make docker-build
32
0 commit comments