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 8b4a5d6 commit 2dc0d4fCopy full SHA for 2dc0d4f
.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: /workspaces/${{ matrix.variant }}/test.sh
+ runCmd: cd /workspaces/devcontainers/${{ 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
+ runCmd: cd /workspaces/devcontainers/${{ env.FOLDER }} && ./test.sh
0 commit comments