Skip to content

Commit

Permalink
Fix --tag flags generated from Bash array
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJosh9000 committed Dec 5, 2024
1 parent 371682b commit b670894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ release_dry_run docker buildx build \
--progress plain \
--builder "${builder_name}" \
--tag "${registry}:latest" \
"${version_tags[@]/#/--tag ${registry}:v}" \
"${version_tags[@]/#/--tag=${registry}:v}" \
--platform linux/amd64,linux/arm64 \
--file .buildkite/Dockerfile.public \
--push \
Expand Down

0 comments on commit b670894

Please sign in to comment.