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 5dbfe53 + baaf855 commit 95e2069Copy full SHA for 95e2069
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
mv "${{ steps.meta.outputs.bake-file }}" "/tmp/bake-meta.json"
81
-
82
name: Upload meta bake definition
83
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
84
with:
85
name: bake-meta-${{ matrix.variant }}
86
path: /tmp/bake-meta.json
@@ -165,7 +165,7 @@ jobs:
165
touch "/tmp/digests/${digest#sha256:}"
166
167
name: Upload digest
168
169
170
name: digests-${{ matrix.variant }}-${{ env.PLATFORM_PAIR }}
171
path: /tmp/digests/*
0 commit comments