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 bb0b3ee commit dbb7e34Copy full SHA for dbb7e34
.github/workflows/build-image-test.yaml
@@ -83,7 +83,9 @@ jobs:
83
env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch }}"
84
> container-structure-test
85
&& chmod +x container-structure-test
86
- && mv container-structure-test /usr/bin/
+ && mv container-structure-test $HOME/bin/
87
+ && echo $HOME/bin/ >> $GITHUB_PATH
88
+
89
90
- name: Run structure tests
91
if: steps.changed-files-specific.outputs.any_changed == 'true'
0 commit comments