diff --git a/contrib/release-dokku b/contrib/release-dokku index fd6e5f139..109edb8a6 100755 --- a/contrib/release-dokku +++ b/contrib/release-dokku @@ -354,16 +354,16 @@ fn-build-docker-image() { if [[ "$IS_RELEASE" == "true" ]]; then docker buildx build \ - --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \ - --progress plain \ - --push \ - --tag "dokku/dokku:latest" \ - --tag "dokku/dokku:$VERSION" . + --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \ + --progress plain \ + --push \ + --tag "dokku/dokku:latest" \ + --tag "dokku/dokku:$VERSION" . else docker buildx build \ - --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \ - --progress plain \ - --tag "dokku/dokku:$VERSION" . + --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \ + --progress plain \ + --tag "dokku/dokku:$VERSION" . fi }