Skip to content

Commit 12eb96f

Browse files
ci: allow build to push container + updated to latest kash
1 parent 632535c commit 12eb96f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Build app
2121
env:
2222
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
23-
# run: bash ./scripts/build_app.sh -p -r ${{ github.job }}
24-
run: bash ./scripts/build_app.sh -r ${{ github.job }}
23+
run: bash ./scripts/build_app.sh -p -r ${{ github.job }}

scripts/kash

0 commit comments

Comments
 (0)