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