We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be23d67 + 6328911 commit 95b39deCopy full SHA for 95b39de
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@v6
+ uses: actions/upload-artifact@v7
53
with:
54
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
55
path: /tmp/image-${{ matrix.targetarch }}.tar
0 commit comments