Skip to content

Commit

Permalink
Merge pull request #221 from andygrunwald/fix-label-opencontainers.im…
Browse files Browse the repository at this point in the history
…age.source

Set container label "org.opencontainers.image.source" to establish a repository connection on github
  • Loading branch information
CrazyMax authored and GitHub committed Nov 8, 2020
2 parents 6e1d94b + ae5ee4c commit d971423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ steps:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
```
Expand Down

0 comments on commit d971423

Please sign in to comment.