Skip to content

Commit 95f9d42

Browse files
committed
将Docker镜像标签中的仓库名称更改为固定值
1 parent 074ccf7 commit 95f9d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
context: .
2222
push: true
2323
tags: |
24-
ghcr.io/${{ toLower(github.repository) }}:latest
25-
ghcr.io/${{ toLower(github.repository) }}:${{ github.sha }}
24+
ghcr.io/shuaiplus/nodecrypt:latest
25+
ghcr.io/shuaiplus/nodecrypt:${{ github.sha }}

0 commit comments

Comments
 (0)