From 1c9b4ad78ab3d6bfa98c8bcc68d5334f49a44c1f Mon Sep 17 00:00:00 2001 From: tobitege <10787084+tobitege@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:36:36 +0200 Subject: [PATCH] fix regression in fork artifact upload in ghcr_runtime (#3807) --- .github/workflows/ghcr_runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_runtime.yml b/.github/workflows/ghcr_runtime.yml index 320a2edb2f..74a7067c4d 100644 --- a/.github/workflows/ghcr_runtime.yml +++ b/.github/workflows/ghcr_runtime.yml @@ -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 }}