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 80310d1 commit 4b3e5a3Copy full SHA for 4b3e5a3
.github/workflows/docker-build.yml
@@ -39,9 +39,13 @@ jobs:
39
push: true
40
tags: ghcr.io/${{ github.repository }}:latest
41
labels: |
42
- org.opencontainers.image.source=https://github.com/${{ github.repository }}
+ org.opencontainers.image.source=https://github.com/${{github.actor}}/${{ github.repository }}
43
org.opencontainers.image.description=A simple UI for using ClickHouse self-hosted
44
org.opencontainers.image.licenses=MIT
45
+ org.opencontainers.image.created=${{ steps.meta.outputs.created }}
46
+ org.opencontainers.image.revision=${{ steps.meta.outputs.sha }}
47
+ org.opencontainers.image.version=${{ steps.meta.outputs.tag }}
48
+
49
50
- name: Log out from GitHub Container Registry
51
run: docker logout ghcr.io
0 commit comments