Fixe action fails.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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" \
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user