From a1f3b070c175cf3eba024063e4e2a565caface46 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Sat, 11 Oct 2025 20:04:05 +0200 Subject: [PATCH] fix: Adds suffix --- .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 29aa0ce..8bc5446 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/ccchh/sunders:latest - docker push git.hamburg.ccc.de/ccchh/sunders:latest \ No newline at end of file + docker tag hello-world:latest git.hamburg.ccc.de/sunders/tmp:latest + docker push git.hamburg.ccc.de/sunders/tmp:latest \ No newline at end of file