diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 280afcda..6c4473a3 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -13,8 +13,8 @@ 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 + uses: https://github.com/actions/checkout@v4 - 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 # Build the image and tag it with the branch name and latest