From e004ab14ea586af79941a37e356ff7ed9705dcf6 Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 20 May 2026 14:42:39 +0200 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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