diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 764c816..81f8143 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -13,13 +13,15 @@ env: jobs: build-and-push-image: runs-on: ubuntu-latest - container: docker:dind permissions: contents: read packages: write steps: + - name: Prepare the container + run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh + - name: Check out the repo uses: actions/checkout@v4