From 325c3c665d16478e6d9871dc3a4fa800fedfdeda Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Sat, 11 Oct 2025 20:26:32 +0200 Subject: [PATCH] test --- .forgejo/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2326790..9ca4029 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -30,5 +30,5 @@ jobs: - name: Push Docker image to Container Registry run: | - docker tag hello-world:latest git.hamburg.ccc.de/sunders/tmp:latest - docker push git.hamburg.ccc.de/sunders:latest \ No newline at end of file + docker tag hello-world:latest git.hamburg.ccc.de/ccchh/sunders/tmp:latest + docker push git.hamburg.ccc.de/ccchh/sunders/tmp:latest \ No newline at end of file