Skip to content

Commit 62b3971

Browse files
committed
Replace "-" with ":" to correctly utilize github sha as tag
1 parent 047be05 commit 62b3971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1414
tags: |
1515
ghcr.io/${{ github.repository }}/pr-${{ github.event.pull_request.number }}:latest
16-
ghcr.io/${{ github.repository }}/pr-${{ github.event.pull_request.number }}-${{ github.sha }}
16+
ghcr.io/${{ github.repository }}/pr-${{ github.event.pull_request.number }}:${{ github.sha }}
1717
labels: |
1818
org.opencontainers.image.source=${{ github.event.pull_request.html_url }}
1919
org.opencontainers.image.title=PR-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)