Skip to content

Commit 592a065

Browse files
committed
Git hash labels should have a 'g' prefix.
Signed-off-by: Katharine Berry <[email protected]>
1 parent c116964 commit 592a065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
platforms: linux/amd64,linux/arm64
4949
tags: |
5050
ghcr.io/${{ github.repository }}:latest
51-
ghcr.io/${{ github.repository }}:${{ env.COMMIT_SHORT_SHA }}
51+
ghcr.io/${{ github.repository }}:g${{ env.COMMIT_SHORT_SHA }}
5252
labels: |
5353
org.opencontainers.image.source=https://github.com/${{ github.repository }}
54+
org.opencontainers.image.licenses=Apache-2.0

0 commit comments

Comments
 (0)