From 69e91dd7f919f013a1188801018c42c11147c898 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 26 Dec 2025 23:33:32 +1300 Subject: [PATCH] Switch to Docker Hub registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/build.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c81f629..d3ef45b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,18 +18,17 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Login to Gitea Container Registry + - name: Login to Docker Hub uses: docker/login-action@v3 with: - registry: gitea.voyager.sh - username: nick - password: ${{ secrets.REGISTRY_TOKEN }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Extract metadata id: meta uses: docker/metadata-action@v5 with: - images: gitea.voyager.sh/nick/comfyui-serverless + images: flybynight69420/comfyui-serverless tags: | type=sha,prefix= type=raw,value=latest