We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71fc5e1 + e3344ec commit b154092Copy full SHA for b154092
.github/workflows/build-push.yaml
@@ -55,7 +55,7 @@ jobs:
55
buildah push "${OPERATOR_IMG}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${OPERATOR_IMG}-${TARGETARCH}"
56
57
- name: Upload image artifact
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
59
with:
60
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
61
path: /tmp/image-${{ matrix.targetarch }}.tar
0 commit comments