Skip to content

Commit

Permalink
feat: Update image building in Makefile
Browse files Browse the repository at this point in the history
Updated the docker build command used in the Makefile.

Contributes to: automation-saas/native-AWS#1972

Signed-off-by: Sujeily Fonseca <sujeily.fonseca@ibm.com>
  • Loading branch information
sujeilyfonseca committed Jun 25, 2022
1 parent c932d1a commit 32dd8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -562,7 +562,7 @@ list:
# Build the docker image
.PHONY: docker-build
docker-build:
docker build -t ${IMG} .
DOCKER_BUILDKIT=1 docker build -t ${IMG} .

# Push the docker image
.PHONY: docker-push
Expand Down

0 comments on commit 32dd8d6

Please sign in to comment.