yml update
Some checks failed
BKON API Server Deploy / build-and-push (push) Failing after 2s

This commit is contained in:
2025-09-05 19:20:41 +09:00
parent 64a9f751f4
commit 0a92098e78

View File

@@ -11,7 +11,10 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
container:
image: docker:24
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
- uses: actions/checkout@v4