Skip to content

Commit cb6d7e2

Browse files
authored
test
1 parent 9b3fccc commit cb6d7e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docker_crossbuild_publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
with:
9696
path: ${{ runner.temp }}/digests
9797
pattern: digests-*
98-
# merge-multiple: true
98+
merge-multiple: true
99+
100+
- name: check digests
101+
run: |
102+
ls -la ${{ runner.temp }}/digests
99103
100104
- name: Set up Docker Buildx
101105
uses: docker/setup-buildx-action@v3
@@ -118,6 +122,7 @@ jobs:
118122
- name: Create manifest list and push
119123
working-directory: ${{ runner.temp }}/digests
120124
run: |
125+
echo $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")
121126
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
122127
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
123128

0 commit comments

Comments
 (0)