From 0a92098e78b95ef2ebba3f84f8d8eefaa09de619 Mon Sep 17 00:00:00 2001 From: gyeongcheol1 Date: Fri, 5 Sep 2025 19:20:41 +0900 Subject: [PATCH] yml update --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index aa99dc4..33fc820 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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