diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5a69857..6e8c402 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -42,6 +42,7 @@ jobs: cd $dir docker build --platform linux/amd64 \ -t ghcr.io/${{ secrets.REGISTRY_USERNAME }}/${repo_name} \ + --label "org.opencontainers.image.source=https://github.com/cdrage/containerfiles" \ -f Containerfile . docker push ghcr.io/${{ secrets.REGISTRY_USERNAME }}/${repo_name} cd ..