Skip to content

Commit 0903864

Browse files
committed
Remove extra vars
1 parent fb736fe commit 0903864

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/scan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
- name: Build an image from Dockerfile (linux/amd64)
2626
run: |
2727
export IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64
28-
export DOCKER_PUSH=0
29-
export DOCKER_SQUASH=0
3028
export DOCKER_DEFAULT_PLATFORM='linux/amd64'
3129
make docker-build
3230

0 commit comments

Comments
 (0)