Fixe action fails.

This commit is contained in:
2026-05-12 16:56:54 +03:30
parent 21edc39155
commit d8dfe1559d
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ jobs:
esac esac
echo "::group::Build ${target_arch} release packages" echo "::group::Build ${target_arch} release packages"
docker run --rm \ docker run --rm -i \
--platform "$docker_platform" \ --platform "$docker_platform" \
-e BUILD_NGINX_VERSIONS="$versions" \ -e BUILD_NGINX_VERSIONS="$versions" \
-e DOCKER_PLATFORM="$docker_platform" \ -e DOCKER_PLATFORM="$docker_platform" \

View File

@@ -63,7 +63,7 @@ jobs:
run: | run: |
set -euo pipefail set -euo pipefail
docker run --rm \ docker run --rm -i \
--platform "$DOCKER_PLATFORM" \ --platform "$DOCKER_PLATFORM" \
-e NGINX_VERSION \ -e NGINX_VERSION \
-e TARGET_ARCH \ -e TARGET_ARCH \