We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8da486 commit 4f2cdd0Copy full SHA for 4f2cdd0
.github/workflows/main.yaml
@@ -39,7 +39,7 @@ jobs:
39
push: true
40
platforms: linux/amd64
41
tags: |
42
- glapss/responcer:${SHORT_SHA}
+ glapss/responcer:$SHORT_SHA
43
glapss/responcer:latest
44
ghcr.io/${{ github.repository }}:latest
45
- ghcr.io/${{ github.repository }}:${SHORT_SHA}
+ ghcr.io/${{ github.repository }}:$SHORT_SHA
0 commit comments