We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4818081 + 95f8e2e commit aaa9c2dCopy full SHA for aaa9c2d
1 file changed
.github/workflows/build.yaml
@@ -2,7 +2,7 @@ name: Build dev container image
2
on:
3
push:
4
branches:
5
- - '*'
+ - main
6
7
jobs:
8
build-devcontainer-image:
@@ -36,6 +36,6 @@ jobs:
36
with:
37
subFolder: ${{ matrix.image }}
38
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
39
- imageTag: 0.1
+ imageTag: latest,0.2
40
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
41
push: always
0 commit comments