Skip to content

Commit

Permalink
makefile?
Browse files Browse the repository at this point in the history
  • Loading branch information
UzoUwaz committed Nov 26, 2024
1 parent 39facbb commit 4514b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ container_show:
docker ps

push:
docker login
# docker login
docker tag $(IMAGE_NAME) $(DOCKER_ID_USER)/$(IMAGE_NAME)
docker push $(DOCKER_ID_USER)/$(IMAGE_NAME):latest

Expand Down

0 comments on commit 4514b88

Please sign in to comment.