We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919cacc commit be41232Copy full SHA for be41232
ci/setup_env.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+
3
+set -exo pipefail
4
5
+bake_target=${1}
6
7
+docker buildx bake --print "$bake_target" | \
8
+ jq -r --arg t "$bake_target" '.target[$t].args | to_entries.[] | join("=")' \
9
+ >> .env
0 commit comments