mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix regression in fork artifact upload in ghcr_runtime (#3807)
This commit is contained in:
parent
ecb1b9b2a0
commit
1c9b4ad78a
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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user