Skip to content

Commit

Permalink
container label: fix source URL (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist authored Sep 29, 2023
1 parent 2ddf34f commit 7821337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
labels: |
org.opencontainers.image.source=${{ github.repositoryUrl }}
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
tags: |
${{ env.UPSTREAM }}:${{ startsWith(github.ref, 'refs/tags/') && 'latest' || needs.test.outputs.branch }}
${{ env.UPSTREAM }}:${{ startsWith(github.ref, 'refs/tags/') && needs.test.outputs.relver || github.sha }}
Expand Down

0 comments on commit 7821337

Please sign in to comment.