From 4a1be95e44a7f021e343b42362d4a335138e8464 Mon Sep 17 00:00:00 2001 From: Vladyslav Protasenia Date: Mon, 24 Jun 2024 11:47:48 +0300 Subject: [PATCH] bump version --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 8f034ab..a578d2f 100755 --- a/publish.sh +++ b/publish.sh @@ -1,2 +1,2 @@ docker buildx create --use -docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/spa-to-http:latest" --tag "devforth/spa-to-http:1.0.6" --push . +docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/spa-to-http:latest" --tag "devforth/spa-to-http:1.0.7" --push .