Merge branch 'tbphp:main' into main

This commit is contained in:
Rhys Smith
2025-07-17 10:31:31 +08:00
committed by GitHub
8 changed files with 25 additions and 19 deletions

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