We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f87bcc commit b62a4f7Copy full SHA for b62a4f7
1 file changed
.github/workflows/build.yaml
@@ -35,6 +35,7 @@ jobs:
35
uses: devcontainers/ci@v0.3
36
with:
37
subFolder: ${{ matrix.image }}
38
- imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}:0.1
+ imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
39
+ imageTag: 0.1
40
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
41
push: always
0 commit comments