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
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m54s
This commit is contained in:
parent
21d70d3ec3
commit
ae99e3ec8d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue