From f453fe26d6cc5f7dc6c02bf43d3e132a916bbdaf Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 27 Feb 2025 05:38:46 +0000 Subject: [PATCH] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 97b3d9d..fd811c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,8 +38,8 @@ jobs: uses: docker/login-action@v2 with: registry: git.d4m13n.dev - username: ${{ secrets.GITEA_REGISTRY_USER }} # Store your Gitea registry username as a secret - password: ${{ secrets.GITEA_REGISTRY_TOKEN }} # Store your Gitea registry token/password as a secret + username: damienostler1@outlook.com # Store your Gitea registry username as a secret + password: ${{ secrets.PACKAGE_TOKEN }} # Store your Gitea registry token/password as a secret - name: Extract metadata for Docker id: meta