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'}}