fix: 修正 Docker Hub 仓库名称
Build and Push Docker Image / build_docker_image (push) Successful in 15m16s

This commit is contained in:
2025-11-23 19:50:24 +09:00
parent 98aa3060ce
commit e8244a50e9
+1 -1
View File
@@ -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