mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-06-10 15:37:28 +00:00
fix: Docker 镜像地址改为动态获取仓库名,修复 fork 仓库推送被拒绝
This commit is contained in:
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -98,5 +98,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/qaiu/netdisk-fast-download:${{ steps.tag.outputs.tag }}
|
ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.tag }}
|
||||||
ghcr.io/qaiu/netdisk-fast-download:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user