From 2a395e640f127f30d88f110c3ea28bcfebf98d41 Mon Sep 17 00:00:00 2001 From: redxef Date: Sat, 22 Jun 2024 13:14:47 +0200 Subject: [PATCH] Fix source def in pipeline. --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 8ad5a1a..67b414d 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -10,7 +10,7 @@ resources: - name: source type: git source: - uri: https://gitea.redxef.at/redxef/jupyter-docker-spawner-image + uri: https://gitea.redxef.at/redxef/jupyterhub-docker-spawner-image branch: main fetch_tags: true - name: upstream-image