Skip to content

Commit 11c8ab6

Browse files
author
Robert Schuh
committed
update to artifact v4
1 parent be3b65e commit 11c8ab6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,11 @@ jobs:
8080
- name: REGISTRY_IMAGE
8181
run: |
8282
echo "REGISTRY_IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
83-
- name: Prepare artifact name
84-
run: |
85-
name=$(echo -n "${{ matrix.platform }}" | sed -e 's/[ \t:\/\\"<>|*?]/-/g' -e 's/--*/-/g')
86-
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
8783
- name: Download digests
8884
uses: actions/download-artifact@v4
8985
with:
9086
path: /tmp/digests
91-
pattern: digests-${{ env.ARTIFACT_NAME }}
87+
pattern: digests-*
9288
merge-multiple: 'true'
9389
- name: Set up Docker Buildx
9490
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)