From 575dbc18541fa2d6c3fd986ece44a5109be1676b Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sun, 31 May 2026 00:38:43 +0200 Subject: [PATCH] rt --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0ddd62c..df4ede6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -57,6 +57,8 @@ jobs: tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.new_version }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + labels: | + org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache,mode=max - name: Create Git tag