chore(scripts): add push to publish-debug-image.sh [skip ci]

This commit is contained in:
Paul Makles
2024-08-30 15:34:53 +01:00
parent 31262315e7
commit bce24c8b1b

View File

@@ -20,3 +20,6 @@ docker build -t ghcr.io/revoltchat/server:$TAG - < crates/delta/Dockerfile
docker build -t ghcr.io/revoltchat/bonfire:$TAG - < crates/bonfire/Dockerfile
git restore Cargo.toml
docker push ghcr.io/revoltchat/server:$TAG
docker push ghcr.io/revoltchat/bonfire:$TAG