diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 80e32f7..a676b2b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,7 +16,7 @@ on: env: MY_IMAGE_NAME: "${{ gitea.event.repository.name }}" # the name of the image produced by this build, matches repo names MY_IMAGE_DESC: "My Customized Universal Blue Image" - IMAGE_REGISTRY: "gitea.mrdev023.fr/${{ gitea.repository_owner }}" # do not edit + IMAGE_REGISTRY: "gitea.mrdev023.fr/florian.richer" # do not edit jobs: build_push: