diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 5032513..42ec7a5 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -30,6 +30,7 @@ jobs: needs: [test] if: gitea.ref == 'refs/heads/release' steps: + - uses: actions/checkout@v3 - name: Build image run: | # docker build . --file Dockerfile --tag ${{}}