Skip to content
Snippets Groups Projects
Commit 63ceba18 authored by David Trattnig's avatar David Trattnig
Browse files

fix(make): typo in docker.push target

parent cccf47e3
No related branches found
No related tags found
No related merge requests found
Pipeline #2277 passed
......@@ -26,7 +26,7 @@ docker.deps:
docker.build:: docker.deps
@docker build -t autoradio/$(APP_NAME) .
docker/push:: docker.deps
docker.push:: docker.deps
@docker push autoradio/$(APP_NAME)
docker.run:: DOCKER_ENTRY_POINT := -d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment