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