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 1173dee commit bb0b3eeCopy full SHA for bb0b3ee
.github/workflows/build-image-test.yaml
@@ -78,10 +78,10 @@ jobs:
78
# renovate: datasource=github-releases depName=container-structure-test lookupName=GoogleContainerTools/container-structure-test
79
CST_VERSION: 1.19.3
80
CST_REPO: github.com/GoogleContainerTools/container-structure-test
81
- run: |
+ run: >-
82
curl -L "https://${{ env.CST_REPO }}/releases/download/v${{
83
- env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch
84
- }}" > container-structure-test
+ env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch }}"
+ > container-structure-test
85
&& chmod +x container-structure-test
86
&& mv container-structure-test /usr/bin/
87
0 commit comments