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 49cb2df commit 1173deeCopy full SHA for 1173dee
.github/workflows/build-image-test.yaml
@@ -80,8 +80,8 @@ jobs:
80
CST_REPO: github.com/GoogleContainerTools/container-structure-test
81
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