Skip to content

Commit

Permalink
Update UPGRADE.md: Use github.event.repository.html_url to craft the …
Browse files Browse the repository at this point in the history
…repository url

Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: Andy Grunwald <andygrunwald@gmail.com>
  • Loading branch information
Andy Grunwald and CrazyMax committed Nov 8, 2020
1 parent 3c6bad5 commit ae5ee4c
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=https://github.com/${{ github.repository }}
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 ae5ee4c

Please sign in to comment.