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.
1 parent be3b65e commit 11c8ab6Copy full SHA for 11c8ab6
.github/workflows/docker-publish.yml
@@ -80,15 +80,11 @@ jobs:
80
- name: REGISTRY_IMAGE
81
run: |
82
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
87
- name: Download digests
88
uses: actions/download-artifact@v4
89
with:
90
path: /tmp/digests
91
- pattern: digests-${{ env.ARTIFACT_NAME }}
+ pattern: digests-*
92
merge-multiple: 'true'
93
- name: Set up Docker Buildx
94
uses: docker/setup-buildx-action@v3
0 commit comments