Skip to content

Commit b62a4f7

Browse files
authored
add image tag
1 parent 9f87bcc commit b62a4f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: devcontainers/ci@v0.3
3636
with:
3737
subFolder: ${{ matrix.image }}
38-
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}:0.1
38+
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
39+
imageTag: 0.1
3940
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
4041
push: always

0 commit comments

Comments
 (0)