diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c0253ab..c68111b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,7 @@ on: [pull_request] jobs: unit-test: container: - image: docker:dind + image: guglio/dind-compose:latest steps: - name: Installing necessary packages run: apk add nodejs git curl bash