We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a2eda commit 9c7267bCopy full SHA for 9c7267b
.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
36
push: true
37
platforms: linux/amd64
38
tags: |
39
- glapss/responcer:${{ github.sha::0:7) }}
+ glapss/responcer:${GITHUB_SHA::7}
40
glapss/responcer:latest
41
ghcr.io/${{ github.repository }}:latest
42
- ghcr.io/${{ github.repository }}:${{ github.sha::0:7) }}
+ ghcr.io/${{ github.repository }}:${GITHUB_SHA::7}
0 commit comments