Skip to content

Commit ee07d0b

Browse files
committed
Enhancement: Add image name and push policy to devcontainer test job
Signed-off-by: Ihor Dvoretskyi <[email protected]>
1 parent 10cc9a5 commit ee07d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- name: Test devcontainer functionality
7575
uses: devcontainers/[email protected]
7676
with:
77+
imageName: ghcr.io/idvoretskyi/dev-test
78+
push: never
7779
runCmd: |
7880
# Test basic tools are available
7981
which tclsh || echo "tclsh is missing"

0 commit comments

Comments
 (0)