Skip to content

Commit fb4176a

Browse files
committed
Ensure built image is loaded into the local Docker image store
1 parent 91c85a2 commit fb4176a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bake-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BUILDKIT_PROGRESS="${BUILDKIT_PROGRESS:-plain}"
2020
GIT_REVISION="$(git rev-parse --short HEAD)" \
2121
BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
2222
BUILDKIT_PROGRESS="${BUILDKIT_PROGRESS}" \
23-
docker buildx bake --file docker-bake.hcl "$APP"
23+
docker buildx bake --file docker-bake.hcl --load "$APP"
2424

2525
COMPOSE_OPTS=(--env-file "$APP_ENV")
2626
# $APP_ENV_LOCAL is optional, only include if it exists.

0 commit comments

Comments
 (0)