From 1ba055cd789d7513d8fd64ed09412fa4ba48a0e8 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 16 Mar 2022 11:41:48 -0700 Subject: [PATCH] Fix nightly run with test repo --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac703a05..47ee68cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,10 @@ jobs: run: | sed -i 's|pkgs.nginx.com|pkgs-test.nginx.com|g' docker/Dockerfile sed -i '16d' docker/Dockerfile - sed -i "17i && sed -i 's|pkgs|pkgs-test|g' /etc/apt/apt.conf.d/90pkgs-nginx \\\ " docker/Dockerfile + sed -i "17i sed -i 's|pkgs|pkgs-test|g' /etc/apt/apt.conf.d/90pkgs-nginx" docker/Dockerfile sed -i 's|deb https|deb [trusted=yes] https|g' docker/Dockerfile - sed -i 's|nginx-plus-\${{ env.NGINX_PLUS_VERSION }}|nginx-plus|g' docker/Dockerfile + sed -i 's|nginx-plus-\${NGINX_PLUS_VERSION}|nginx-plus|g' docker/Dockerfile + sed -i 's|\${NGINX_PLUS_VERSION^^}/||g' docker/Dockerfile - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Build Plus Docker Image