We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c227b commit ff5e1c4Copy full SHA for ff5e1c4
1 file changed
.github/workflows/build.yaml
@@ -33,6 +33,6 @@ jobs:
33
with:
34
subFolder: ${{ matrix.image }}
35
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
36
- imageTag: latest,0.4
+ imageTag: latest,0.5
37
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
38
push: always
0 commit comments