Skip to content

Commit

Permalink
fix docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Nov 8, 2021
1 parent 4b8425a commit 8d6a3c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ docker_build:
python -m build
docker build \
--build-arg PYTHON_BASE=slim-buster \
-t $(IMAGE) .
docker tag $(IMAGE) $(IMAGE_NAME):latest
-t $(IMAGE_NAME):latest .

docker_push: docker_build
docker tag $(IMAGE_NAME):latest $(IMAGE_REPO):$(TAG)
Expand Down

0 comments on commit 8d6a3c6

Please sign in to comment.