We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074ccf7 commit 95f9d42Copy full SHA for 95f9d42
.github/workflows/docker-image.yml
@@ -21,5 +21,5 @@ jobs:
21
context: .
22
push: true
23
tags: |
24
- ghcr.io/${{ toLower(github.repository) }}:latest
25
- ghcr.io/${{ toLower(github.repository) }}:${{ github.sha }}
+ ghcr.io/shuaiplus/nodecrypt:latest
+ ghcr.io/shuaiplus/nodecrypt:${{ github.sha }}
0 commit comments