Skip to content

Commit e18f18d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build & Run Development Container
2222
uses: devcontainers/ci@v0.2
2323
with:
24-
push: true
24+
push: always
2525
imageName: ghcr.io/customink/crypteia-devcontainer
2626
cacheFrom: ghcr.io/customink/crypteia-devcontainer
2727
env: |
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build & Run Development Container (w/Amazon Linux)
3737
uses: devcontainers/ci@v0.2
3838
with:
39-
push: true
39+
push: always
4040
imageName: ghcr.io/customink/crypteia-devcontainer
4141
cacheFrom: ghcr.io/customink/crypteia-devcontainer
4242
runCmd: |
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build & Run Development Container (w/ Python)
4646
uses: devcontainers/ci@v0.2
4747
with:
48-
push: true
48+
push: always
4949
imageName: ghcr.io/customink/crypteia-devcontainer
5050
cacheFrom: ghcr.io/customink/crypteia-devcontainer
5151
env: |

0 commit comments

Comments
 (0)