We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9570ab7 + baede44 commit 24ca5c8Copy full SHA for 24ca5c8
1 file changed
.github/workflows/docker-publish.yml
@@ -49,7 +49,7 @@ jobs:
49
buildah push "${CONTAINER}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${CONTAINER}-${TARGETARCH}"
50
51
- name: Upload image artifact
52
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
53
with:
54
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
55
path: /tmp/image-${{ matrix.targetarch }}.tar
0 commit comments