From 4449a351cdf14febd4413718b3751cea2f0d3a6c Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 11 Oct 2024 22:40:48 +0200 Subject: [PATCH] Use florian.richer account temporary --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: