We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c116964 commit 592a065Copy full SHA for 592a065
.github/workflows/docker-image.yaml
@@ -48,6 +48,7 @@ jobs:
48
platforms: linux/amd64,linux/arm64
49
tags: |
50
ghcr.io/${{ github.repository }}:latest
51
- ghcr.io/${{ github.repository }}:${{ env.COMMIT_SHORT_SHA }}
+ ghcr.io/${{ github.repository }}:g${{ env.COMMIT_SHORT_SHA }}
52
labels: |
53
org.opencontainers.image.source=https://github.com/${{ github.repository }}
54
+ org.opencontainers.image.licenses=Apache-2.0
0 commit comments