Refactor CI
Some checks failed
BKON API Server Deploy / build-and-push (push) Failing after 3s

This commit is contained in:
2025-09-05 19:09:12 +09:00
parent c1cee147e7
commit 64a9f751f4

View File

@@ -32,7 +32,8 @@ jobs:
- name: Build & Push via dockerize.yml
run: |
bin/updateCommitSha.sh;docker compose -f dockerize.yml up
sh bin/updateCommitSha.sh
docker compose -f dockerize.yml up
- name: Cleanup env
if: always()