We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047be05 commit 62b3971Copy full SHA for 62b3971
1 file changed
.github/workflows/ci-container.yml
@@ -13,7 +13,7 @@ jobs:
13
push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
14
tags: |
15
ghcr.io/${{ github.repository }}/pr-${{ github.event.pull_request.number }}:latest
16
- ghcr.io/${{ github.repository }}/pr-${{ github.event.pull_request.number }}-${{ github.sha }}
+ ghcr.io/${{ github.repository }}/pr-${{ github.event.pull_request.number }}:${{ github.sha }}
17
labels: |
18
org.opencontainers.image.source=${{ github.event.pull_request.html_url }}
19
org.opencontainers.image.title=PR-${{ github.event.pull_request.number }}
0 commit comments