Merge pull request #18 from tbphp/chore-push-docker-hub

chore: 推送docker hub源
This commit is contained in:
tbphp
2025-07-16 23:13:04 +08:00
committed by GitHub

View File

@@ -18,6 +18,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to Container Registry
uses: docker/login-action@v3
with:
@@ -29,7 +35,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: |
tbphp/gpt-load
ghcr.io/${{ github.repository }}
flavor: |
latest=false
tags: |