mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-23 09:20:00 +08:00
fix: docker meta username error (#16)
Co-authored-by: DDSRem <1448139087@qq.com>
This commit is contained in:
2
.github/workflows/docker-image-debug.yml
vendored
2
.github/workflows/docker-image-debug.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/bili-sync
|
||||
images: ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync
|
||||
tags: |
|
||||
type=raw,value=debug
|
||||
-
|
||||
|
||||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/bili-sync
|
||||
images: ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync
|
||||
tags: |
|
||||
type=raw,value=${{ github.ref_name }}
|
||||
type=raw,value=latest
|
||||
|
||||
Reference in New Issue
Block a user