We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c85a2 commit fb4176aCopy full SHA for fb4176a
scripts/bake-up.sh
@@ -20,7 +20,7 @@ BUILDKIT_PROGRESS="${BUILDKIT_PROGRESS:-plain}"
20
GIT_REVISION="$(git rev-parse --short HEAD)" \
21
BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
22
BUILDKIT_PROGRESS="${BUILDKIT_PROGRESS}" \
23
- docker buildx bake --file docker-bake.hcl "$APP"
+ docker buildx bake --file docker-bake.hcl --load "$APP"
24
25
COMPOSE_OPTS=(--env-file "$APP_ENV")
26
# $APP_ENV_LOCAL is optional, only include if it exists.
0 commit comments