diff --git a/publish.sh b/publish.sh index 9b3d4d4..5730280 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.3" --push . +docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/spa-to-http:latest" --tag "devforth/spa-to-http:1.0.4" --push .