Skip to content

Commit 90e6f75

Browse files
authored
Fix oras push flag (tinkerbell#29)
## Description Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents aa7dcd1 + 65a15a7 commit 90e6f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
working-directory: out
412412
run: |
413413
oras push \
414-
--platform linux/${{ matrix.arch }} \
414+
--artifact-platform linux/${{ matrix.arch }} \
415415
ghcr.io/${{ github.repository }}/${{ env.OCI_ARTIFACT_NAME }}:${{ steps.short-sha.outputs.sha }}-${{ matrix.arch }} \
416416
--annotation org.opencontainers.image.source=https://github.com/${{ github.repository }} \
417417
--annotation org.opencontainers.image.revision=${{ github.sha }} \

0 commit comments

Comments
 (0)