We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3db645 + 16c8abc commit 39d167bCopy full SHA for 39d167b
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