From 8f610fe94a0875e923e32a9e5ada10af9177e1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= Date: Thu, 28 Nov 2024 09:53:23 +0100 Subject: [PATCH] :sparkles: Patch Docker build --- .gitea/workflows/build-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-docker.yml b/.gitea/workflows/build-docker.yml index 9d8a14e..042e2ed 100644 --- a/.gitea/workflows/build-docker.yml +++ b/.gitea/workflows/build-docker.yml @@ -16,8 +16,8 @@ jobs: uses: aevea/action-kaniko@master with: image: camelia-studio/gachamelia - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} - registry: git.crystalyx.net + username: camelia + password: camelia + registry: ${{ secrets.REGISTRY_SERVER }} tag: ${{ gitea.ref_name }} tag_with_latest: true \ No newline at end of file