Skip to content

Commit

Permalink
no load
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 18, 2023
1 parent 1607a60 commit 656dd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/io/jenkins/infra/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build: ## Build the Docker Image $(IMAGE_NAME) from $(IMAGE_DOCKERFILE)
buildbake: ## Build the Docker Image(s) with dockerbake file
@echo "== Building from DockerBake file"
docker buildx create --use
docker buildx bake -f ${DOCKER_BAKE_FILE} --load
docker buildx bake -f ${DOCKER_BAKE_FILE}

clean: ## Delete any file generated during the build steps
@echo "== Cleaning working directory $(IMAGE_DIR) from generated artefacts:"
Expand Down

0 comments on commit 656dd43

Please sign in to comment.