From 6d211a1e83cd196a01b1cbed3ed2e4a1d64a57f7 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Sat, 27 Jun 2026 02:43:03 -0700 Subject: [PATCH] Associate package with this repo --- .gitea/workflows/build-and-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index 0cb144d..fe867cf 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -27,6 +27,8 @@ jobs: tags: | ${{ vars.REGISTRY_URL }}/${{ github.repository }}:latest ${{ vars.REGISTRY_URL }}/${{ github.repository }}:${{ github.sha }} + labels: | + org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} build-args: | RELEASE_TAG=${{ github.ref_name }} GIT_COMMIT_HASH=${{ github.sha }}