Skip to content

Commit

Permalink
ci: add oci labels (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-r-k-matsumoto committed Nov 27, 2020
1 parent e7f000d commit 94d5e24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
context: .
push: true
labels: |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.url=${{ github.event.repository.html_url }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ env.TAG_VERSION }}
Expand Down

0 comments on commit 94d5e24

Please sign in to comment.