mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
fix regression in fork artifact upload in ghcr_runtime (#3807)
This commit is contained in:
2
.github/workflows/ghcr_runtime.yml
vendored
2
.github/workflows/ghcr_runtime.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user