diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b0638b6..d7cb84d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,10 +10,13 @@ jobs: docker: runs-on: ubuntu-latest-intranet steps: - - name: Checkout - uses: actions/checkout@v4 - with: - repository: "https://github.com/simongregorebner/conda-cache.git" + - name: Clone external repo + run: | + git clone https://github.com/simongregorebner/conda-cache.git . + # - name: Checkout + # uses: actions/checkout@v4 + # with: + # repository: "https://github.com/simongregorebner/conda-cache.git" - name: Login to Docker Registry uses: docker/login-action@v3