Skip to content

Commit

Permalink
add push registry command to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
axellorreyne committed May 22, 2024
1 parent 155a065 commit 84e631d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ superuser:
mockdata:
docker exec -it pigeonhole-backend python manage.py runscript mockdata

pushregistry:
docker build examples/advanced-evaluation -t test-helloworld
docker tag test-helloworld localhost:5000/test-helloworld
docker push localhost:5000/test-helloworld

evaltest:
docker exec -it pigeonhole-backend python manage.py runscript eval_test

Expand Down

0 comments on commit 84e631d

Please sign in to comment.