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 f17ca12 + a79df2f commit acaddf4Copy full SHA for acaddf4
.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@v5
+ uses: actions/upload-artifact@v6
59
with:
60
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
61
path: /tmp/image-${{ matrix.targetarch }}.tar
0 commit comments