2024-04-02 11:15:12 +08:00
|
|
|
pack:
|
|
|
|
sudo docker build -t myoauth . --no-cache
|
|
|
|
|
2024-04-02 14:21:30 +08:00
|
|
|
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
|