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 196496a commit 8b4a5d6Copy full SHA for 8b4a5d6
.github/workflows/docker-publish-test.yml
@@ -37,4 +37,4 @@ jobs:
37
imageName: ghcr.io/${{ github.repository }}
38
imageTag: ${{ matrix.variant }}-test
39
push: always
40
- runCmd: ./test.sh
+ runCmd: /workspaces/${{ matrix.variant }}/test.sh
.github/workflows/docker-publish.yml
@@ -40,4 +40,4 @@ jobs:
41
imageTag: ${{ env.TAG }}
42
43
+ runCmd: /workspaces/${{ env.FOLDER }}/test.sh
0 commit comments