Update .gitea/workflows/build.yaml
Build and Publish Docker Image / docker (push) Successful in 22s

This commit is contained in:
2026-05-20 14:42:39 +02:00
committed by gitadmin
parent d4b31397ed
commit e004ab14ea
+7 -4
View File
@@ -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