add download-artifact pattern for OCI images only

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-10 13:36:56 -04:00
parent e704bbaf11
commit 889fb3cf26
No known key found for this signature in database

View file

@ -550,6 +550,8 @@ jobs:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with:
pattern: "oci*"
- name: Move OCI images into position - name: Move OCI images into position
run: | run: |