Skip to content

Commit e0ac0bf

Browse files
committed
feat: Add push option to build-dev-container workflow
This commit adds the `push` option to the `build-dev-container.yaml` workflow. Now, the container image will always be pushed to the specified registry after building.
1 parent ed2b9fd commit e0ac0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
subFolder: ./templates/react-native
2727
imageName: ghcr.io/pnstack/codespace
28-
runCmd: make ci-build
28+
push: always

0 commit comments

Comments
 (0)