Skip to content

Commit 60ba284

Browse files
committed
Apply suggested fix
1 parent 205131b commit 60ba284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ jobs:
9494
9595
- name: Run structure tests
9696
if: steps.changed-files-specific.outputs.any_changed == 'true'
97+
env:
98+
IMAGE_NAME: ${{ env.IMAGE }}
9799
run: >-
98100
container-structure-test test
99101
--config ${{ github.workspace
100102
}}/.github/.container-structure-test-config.yaml
101-
--image ${{ env.IMAGE }}
103+
--image "${IMAGE_NAME}"
102104
103105
- name: Dive - check image for waste files
104106
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)