Skip to content

Commit cbf51ef

Browse files
committed
ci(docker-build-push): upload digest with unique names #2
1 parent f0cb4ad commit cbf51ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Upload digest
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: digest-${{ matrix.platform }}
97+
name: digest-${{ steps.build.outputs.digest }}
9898
path: /tmp/digests/*
9999
if-no-files-found: error
100100
retention-days: 1

0 commit comments

Comments
 (0)