From 66f5e8dee45563b7f76a37f7e7c3136115cee737 Mon Sep 17 00:00:00 2001 From: stef Date: Fri, 12 Dec 2025 17:11:10 +0100 Subject: [PATCH] Correction call des secrets --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 9580d6f..a3eacaf 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -31,8 +31,8 @@ jobs: uses: docker/login-action@v3 with: registry: harbor.bv.stef.lan - username: ${{ secret.HARBOR_USERNAME }} - password: ${{ secret.HARBOR_PASSWORD }} + username: ${{ secrets.HARBOR_USERNAME }} + password: ${{ secrets.HARBOR_PASSWORD }} - name: Build and push image uses: docker/build-push-action@v6