We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66b156 commit bec9fd0Copy full SHA for bec9fd0
1 file changed
.github/workflows/app-builder.yaml
@@ -63,7 +63,7 @@ jobs:
63
type=raw,value=sandbox,enable=${{ ! inputs.release }}
64
65
- name: Upload Bake Metadata
66
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
67
with:
68
name: ${{ inputs.app }}-bake-metadata
69
path: ${{ steps.meta.outputs.bake-file }}
@@ -147,7 +147,7 @@ jobs:
147
touch "${{ runner.temp }}/digests/${DIGEST#sha256:}"
148
149
- name: Upload Digest
150
151
152
name: ${{ inputs.app }}-digests-${{ steps.target.outputs.arch }}
153
path: ${{ runner.temp }}/digests/*
0 commit comments