diff --git a/Makefile b/Makefile index 10f2026..e353552 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ docker_build: docker build . -t autodok docker_push: - docker push ghcr.io/cars10/autodok:latest + docker push autodok:latest ghcr.io/cars10/autodok:latest prod: docker_build docker_push