Skip to content

Commit 4b3e5a3

Browse files
committed
add imagesource to githubactions
1 parent 80310d1 commit 4b3e5a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ jobs:
3939
push: true
4040
tags: ghcr.io/${{ github.repository }}:latest
4141
labels: |
42-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
42+
org.opencontainers.image.source=https://github.com/${{github.actor}}/${{ github.repository }}
4343
org.opencontainers.image.description=A simple UI for using ClickHouse self-hosted
4444
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+
4549
4650
- name: Log out from GitHub Container Registry
4751
run: docker logout ghcr.io

0 commit comments

Comments
 (0)