diff --git a/.gitea/workflows/build-and-push.yml b/.gitea/workflows/build-and-push.yml index 4ca73b9..c566330 100644 --- a/.gitea/workflows/build-and-push.yml +++ b/.gitea/workflows/build-and-push.yml @@ -37,5 +37,5 @@ jobs: # WICHTIG: Passe die Domain und den Repository-Namen an! # Format: domain.de/benutzername/image-name:tag tags: | - git.mrunk.de/${{ gitea.repository_owner }}/hello-world:latest - git.mrunk.de/${{ gitea.repository_owner }}/hello-world:${{ gitea.sha }} \ No newline at end of file + git.mrunk.de/mrunknownde/hello-world:latest + git.mrunk.de/mrunknownde/hello-world:${{ gitea.sha }} \ No newline at end of file