Skip to content

Commit

Permalink
fix: fixing typo in docker Create manifest list and push step
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed Feb 25, 2024
1 parent c1a14d7 commit 5a7658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -149,7 +149,7 @@ jobs:
name: Create manifest list and push
working-directory: /tmp/digests
run: |
docker buildx imagetools create "$(jq -cr '.tags | map(\"-t \" + .) | join(\" \")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
docker buildx imagetools create "$(jq -cr '.tags | map(\"-t \" + .) | join(\" \")' <<< \"$DOCKER_METADATA_OUTPUT_JSON\") \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)"
-
name: Inspect image
Expand Down

0 comments on commit 5a7658b

Please sign in to comment.