fix regression in fork artifact upload in ghcr_runtime (#3807)

This commit is contained in:
tobitege
2024-09-10 17:36:36 +02:00
committed by GitHub
parent ecb1b9b2a0
commit 1c9b4ad78a

View File

@@ -98,7 +98,7 @@ jobs:
outputs: type=docker,dest=/tmp/runtime-${{ matrix.base_image.tag }}.tar
context: containers/runtime
- name: Upload runtime image for fork
if: github.event.pull_request.head.repo.fork != true
if: github.event.pull_request.head.repo.fork
uses: actions/upload-artifact@v4
with:
name: runtime-${{ matrix.base_image.tag }}