From 7a3609e611be13d23701928234ea3a5f5bfadb52 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 18 Dec 2021 16:35:01 +0700 Subject: [PATCH] add unstable tag to sync_docker deploy --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index f5b802d..03bd2cc 100755 --- a/deploy.sh +++ b/deploy.sh @@ -147,6 +147,7 @@ function sync_docker { sudo docker buildx build \ --platform linux/amd64,linux/arm64 \ -t bbilly1/tubearchivist:latest \ + -t bbilly1/tubearchivist:unstable \ -t bbilly1/tubearchivist:"$VERSION" --push . # create release tag