Skip to content

Commit

Permalink
Fixed the mistake in the deploy-image target.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zaroda committed Mar 22, 2024
1 parent 814a6cb commit 2d0141c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ cleanup:

deploy-image:
if [ "${VERSION}" == "${VERSION_DEFAULT}" ]; then \
docker push ${NAME}:${VER}; \
else \
echo "Cannot deploy the '${VERSION_DEFAULT}' version"; \
else \
docker push ${NAME}:${VER}; \
fi;

0 comments on commit 2d0141c

Please sign in to comment.