Skip to content

Commit

Permalink
ci: fix Docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 3, 2023
1 parent 8664f8f commit dd1af53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ jobs:
name: Create manifest list and push
working-directory: /tmp/metadata
run: |
# shellcheck disable=SC2046
docker buildx imagetools create "$(jq -cr '.target."${{matrix.target}}-${{matrix.variant}}".tags | map("-t " + .) | join(" ")' <<< "$METADATA")" \
"$(printf 'dunglas/frankenphp@sha256:%s ' *)"
$(printf 'dunglas/frankenphp@sha256:%s ' *)
env:
METADATA: ${{needs.prepare.outputs.metadata}}
-
Expand Down

0 comments on commit dd1af53

Please sign in to comment.