fix: Adds suffix
Some checks failed
Build Hello World Image / build (push) Has been cancelled

This commit is contained in:
Vincent Mahnke 2025-10-11 20:04:05 +02:00
commit a1f3b070c1

View file

@ -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
docker tag hello-world:latest git.hamburg.ccc.de/sunders/tmp:latest
docker push git.hamburg.ccc.de/sunders/tmp:latest