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 205131b commit 60ba284Copy full SHA for 60ba284
.github/workflows/build-image-test.yaml
@@ -94,11 +94,13 @@ jobs:
94
95
- name: Run structure tests
96
if: steps.changed-files-specific.outputs.any_changed == 'true'
97
+ env:
98
+ IMAGE_NAME: ${{ env.IMAGE }}
99
run: >-
100
container-structure-test test
101
--config ${{ github.workspace
102
}}/.github/.container-structure-test-config.yaml
- --image ${{ env.IMAGE }}
103
+ --image "${IMAGE_NAME}"
104
105
- name: Dive - check image for waste files
106
0 commit comments