Skip to content

Commit adb17dd

Browse files
chore: ensure we have oras
1 parent 59be731 commit adb17dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,9 @@ jobs:
580580
run: |
581581
echo "IMAGE_NAME=${IMAGE_NAME,,}" >> ${GITHUB_ENV}
582582
583+
- name: Ensure we have oras
584+
uses: oras-project/setup-oras@v1
585+
583586
- name: Load images from artifacts
584587
shell: bash
585588
id: image

0 commit comments

Comments
 (0)