Skip to content

Commit aaa9c2d

Browse files
authored
Merge pull request #2 from codesandbox/add-latest-tag-to-new-version
bump version to 0.2 with latest tag
2 parents 4818081 + 95f8e2e commit aaa9c2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build dev container image
22
on:
33
push:
44
branches:
5-
- '*'
5+
- main
66

77
jobs:
88
build-devcontainer-image:
@@ -36,6 +36,6 @@ jobs:
3636
with:
3737
subFolder: ${{ matrix.image }}
3838
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
39-
imageTag: 0.1
39+
imageTag: latest,0.2
4040
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
4141
push: always

0 commit comments

Comments
 (0)