myoauth/Makefile

9 lines
288 B
Makefile
Raw Normal View History

2024-04-02 11:15:12 +08:00
pack:
sudo docker build -t myoauth . --no-cache
publish-latest:
sudo docker tag myoauth arielherself/myoauth:latest && sudo docker push arielherself/myoauth:latest
publish-nightly:
sudo docker tag myoauth arielherself/myoauth:nightly && sudo docker push arielherself/myoauth:nightly