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 8fe70bb commit 69111ffCopy full SHA for 69111ff
.github/workflows/build-containers.yml
@@ -56,6 +56,9 @@ jobs:
56
docker buildx build --platform linux/${{ matrix.arch }} \
57
-f Dockerfile.dev \
58
-t ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }} \
59
+ --label "org.opencontainers.image.version=${{ env.CONTAINERVER }}-${{ matrix.arch }}" \
60
+ --label "org.opencontainers.image.revision=${{ github.sha }}" \
61
+ --label "org.opencontainers.image.source=https://github.com/${{ github.repository }}/" \
62
--provenance=false --sbom=false \
63
--output "type=registry,name=ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }}" .
64
0 commit comments