Skip to content

Commit

Permalink
Set container label "org.opencontainers.image.source" to establish a …
Browse files Browse the repository at this point in the history
…repository connection on github

Signed-off-by: Andy Grunwald <andygrunwald@gmail.com>
  • Loading branch information
Andy Grunwald committed Nov 8, 2020
1 parent 6e1d94b commit 3c6bad5
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=https://github.com/${{ github.repository }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
```
Expand Down

0 comments on commit 3c6bad5

Please sign in to comment.