1
0
Fork 0
mirror of synced 2024-06-14 16:34:32 +12:00

update release script

This commit is contained in:
Nick Sweeting 2020-07-28 06:46:13 -04:00
parent e74b3bbb76
commit 9c59582722

View file

@ -66,8 +66,8 @@ echo "[+] Building docker image"
docker build . -t "archivebox,archivebox:latest,archivebox:$NEW_VERSION,nikisweeting/archivebox,docker.pkg.github.com/pirate/ArchiveBox/archivebox:$NEW_VERSION"
echo "[^] Uploading docker image"
# docker login --username=dockerhubusername --email=email@example.com
# docker login docker.pkg.github.com --username githubusername
# docker login --username=nikisweeting
# docker login docker.pkg.github.com --username=pirate
docker push nikisweeting/archivebox
docker push docker.pkg.github.com/pirate/ArchiveBox/archivebox:$NEW_VERSION