From c70942ff90ac53dd299a75e79425bf14e022c50a Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 20 Aug 2022 15:26:28 +0700 Subject: [PATCH] update old buildx command for reference --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 764f41a..696ee4e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -197,7 +197,8 @@ function sync_docker_old { # start build sudo docker buildx build \ --platform linux/amd64,linux/arm64 \ - -t bbilly1/tubearchivist:latest \ + -t bbilly1/tubearchivist \ + -t bbilly1/tubearchivist:unstable \ -t bbilly1/tubearchivist:"$VERSION" --push . # create release tag