From 75446bb4b55101420da07f3bc589ec0bcdbdb2f8 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Wed, 3 Jun 2026 08:35:23 +0200 Subject: [PATCH] updated params --- .gitea/workflows/docker-build-gitea.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/docker-build-gitea.yml b/.gitea/workflows/docker-build-gitea.yml index ca4ee53..ba45578 100644 --- a/.gitea/workflows/docker-build-gitea.yml +++ b/.gitea/workflows/docker-build-gitea.yml @@ -21,15 +21,15 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.psi.ch - username: ${{ secrets.REPO_USER }} - password: ${{ secrets.REPO_PASSWORD }} + username: ${{ github.repository_owner }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Docker meta id: meta uses: docker/metadata-action@v6 with: # list of Docker images to use as base name for tags - images: gitea.psi.ch/DARI/claude-code + images: gitea.psi.ch/images/claude-code # generate Docker tags based on the following events/attributes tags: | type=schedule,pattern={{date 'YYYYMMDD'}}