fix: 修正 Docker Hub 仓库名称
Build and Push Docker Image / build_docker_image (push) Successful in 15m16s
Build and Push Docker Image / build_docker_image (push) Successful in 15m16s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ secrets.DOCKER_USERNAME }}/nostr_demo # 你的 Docker Hub 仓库名称,替换为你的用户名
|
images: ${{ secrets.DOCKER_USERNAME }}/nostr
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
|
|||||||
Reference in New Issue
Block a user