Skip to content

Commit

Permalink
more tag name debug
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 21, 2023
1 parent 4736e28 commit ce59e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/io/jenkins/infra/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ build: ## Build the Docker Image $(IMAGE_NAME) from $(IMAGE_DOCKERFILE)
@echo "== Build succeeded"

buildbake: ## Build the Docker Image(s) with dockerbake file
@echo "== Building from DockerBake file with $(TAG_NAME)"
@echo "== Building from DockerBake file with TAG $(TAG_NAME)"
env
docker buildx create --use
@echo "== TAG_NAME vaut $(TAG_NAME)"
docker buildx bake -f "$(call FixPath,$(DOCKER_BAKE_FILE))" --print
docker buildx bake -f "$(call FixPath,$(DOCKER_BAKE_FILE))"
docker buildx bake -f "$(call FixPath,$(DOCKER_BAKE_FILE))" --set "*.platform=linux/$(RUN_PLAFORM)" --load
Expand Down

0 comments on commit ce59e23

Please sign in to comment.