Skip to content

Commit 3c7b792

Browse files
committed
Fix manifest
1 parent ccb742a commit 3c7b792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-name-version-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
- name: "[SETUP] Determine manifest arches"
225225
id: manifest
226226
run: |
227-
ARCHES="$( echo ${{ inputs.matrix }} \
227+
ARCHES="$( echo '${{ inputs.matrix }}' \
228228
| jq 'group_by(.NAME, .VERSION, .ARCH)' \
229229
| jq 'map({NAME: .[].NAME, VERSION: .[].VERSION[], ARCHES: .[].ARCH|join(",")})' \
230230
| jq '.[] | select(.NAME=="${{ matrix.name }}" and .VERSION=="${{ matrix.version }}") | .ARCHES' \
@@ -243,7 +243,7 @@ jobs:
243243
username: ${{ secrets.DOCKERHUB_USERNAME }}
244244
password: ${{ secrets.DOCKERHUB_PASSWORD }}
245245

246-
- name: "[DEPLOY] Create Docker manifest"
246+
- name: "[DEPLOY] Create Docker manifest for architectures: ${{ steps.manifest.outputs.arches }}"
247247
uses: cytopia/[email protected]
248248
with:
249249
command: |

0 commit comments

Comments
 (0)