chore: 推送docker hub源

This commit is contained in:
tbphp
2025-07-16 23:06:28 +08:00
parent b03c3483b7
commit d7f9f6912b

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: |