diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index a57efbf1..280afcda 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -13,6 +13,7 @@ jobs: # Set up the docker daemon for building the image runs-on: ubuntu-latest steps: + - uses: https://github.com/actions/checkout@v4 - name: build-image - run: docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY # Login to the registry - run: docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME || true # Pull the image if it exists