Switch to Docker Hub registry
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m25s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m25s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -18,18 +18,17 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Gitea Container Registry
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.voyager.sh
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
username: nick
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: gitea.voyager.sh/nick/comfyui-serverless
|
images: flybynight69420/comfyui-serverless
|
||||||
tags: |
|
tags: |
|
||||||
type=sha,prefix=
|
type=sha,prefix=
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
|
|||||||
Reference in New Issue
Block a user