Skip to content

Commit 634f2e0

Browse files
authored
Update test.yml
1 parent fc32927 commit 634f2e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Build & Run Development Container
2222
uses: devcontainers/ci@v0.2
2323
with:
24-
push: never
24+
push: true
25+
imageName: ghcr.io/customink/crypteia-devcontainer
2526
cacheFrom: ghcr.io/customink/crypteia-devcontainer
2627
env: |
2728
AWS_ACCESS_KEY_ID
@@ -35,15 +36,17 @@ jobs:
3536
- name: Build & Run Development Container (w/Amazon Linux)
3637
uses: devcontainers/ci@v0.2
3738
with:
38-
push: never
39+
push: true
40+
imageName: ghcr.io/customink/crypteia-devcontainer
3941
cacheFrom: ghcr.io/customink/crypteia-devcontainer
4042
runCmd: |
4143
./amzn/setup
4244
./amzn/test
4345
- name: Build & Run Development Container (w/ Python)
4446
uses: devcontainers/ci@v0.2
4547
with:
46-
push: never
48+
push: true
49+
imageName: ghcr.io/customink/crypteia-devcontainer
4750
cacheFrom: ghcr.io/customink/crypteia-devcontainer
4851
env: |
4952
AWS_ACCESS_KEY_ID

0 commit comments

Comments
 (0)