From 2e78f20fbc4e66023c16c9ef038662dbd622fbbf Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Wed, 19 Jun 2024 09:25:22 +0200 Subject: [PATCH] [TOOLS] Fix "Enable proxy on container" step --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 0cf7403f..b6aabffb 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -48,7 +48,7 @@ jobs: - name: Enable proxy on container shell: bash - if: ${{ github.event.inputs.type != 'ubuntu-latest' }} + if: ${{ github.event.inputs.type != '' && github.event.inputs.type != 'ubuntu-latest' }} run: | if ! [[ -z "${HTTP_PROXY}" ]]; then PROXY_ADDR=http://$(hostname -I | cut -d' ' -f1 | xargs):8118