mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
fix: repo name
This commit is contained in:
parent
7cf1d60d40
commit
c4683c08fc
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
${{ contains(github.ref, 'alpha') && 'Sagit-chu/one-api-alpha' || 'Sagit-chu/one-api' }}
|
||||
${{ contains(github.ref, 'alpha') && 'sagitchu/one-api-alpha' || 'sagitchu/one-api' }}
|
||||
${{ contains(github.ref, 'alpha') && format('ghcr.io/{0}-alpha', github.repository) || format('ghcr.io/{0}', github.repository) }}
|
||||
|
||||
- name: Build and push Docker images
|
||||
|
Loading…
Reference in New Issue
Block a user