From bce24c8b1b13e93e9c42d00431f40753a6ff047e Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 30 Aug 2024 15:34:53 +0100 Subject: [PATCH] chore(scripts): add push to publish-debug-image.sh [skip ci] --- scripts/publish-debug-image.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/publish-debug-image.sh b/scripts/publish-debug-image.sh index 5c748c90..089d7f10 100755 --- a/scripts/publish-debug-image.sh +++ b/scripts/publish-debug-image.sh @@ -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