diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index e06eef6..9a0ebe4 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -9,7 +9,7 @@ jobs: container: image: alpine:latest steps: - - run: apk --no-cache add nodejs + - run: apk --no-cache add nodejs git - uses: actions/checkout@v3 - name: docker login uses: docker/login-action@v2