fix: add OCI source labal for auto package-repo linking
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m54s

This commit is contained in:
PeterChrz 2026-03-31 23:42:47 -04:00
parent 21d70d3ec3
commit ae99e3ec8d
Signed by untrusted user who does not match committer: pch
GPG key ID: 8F0826ECF7302C63

View file

@ -46,6 +46,8 @@ jobs:
tags: |
type=sha,prefix=,format=short
type=raw,value=latest,enable={{is_default_branch}}
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
- name: Build and push Docker image
uses: docker/build-push-action@v5