From c95ac299f6aa642b7e216865b815c82432cb7b48 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 12 Jan 2025 00:32:35 +0700 Subject: [PATCH] test: remove multi varable per /bin/sh --- .github/workflows/alpine-nginx-build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index 2ec02dd..0ba604a 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -31,11 +31,8 @@ jobs: - name: Run nginx Builds run: | echo "${NGINX_TAG}" - TAGS=("vanilla" "lua") - OPTIONS=( - "--type=nginx" - "--lua --type=nginx" - ) + TAGS="vanilla" + OPTIONS="--type=nginx" for i in ${!TAGS[@]}; do echo "This Task will be run using the following tag: ${NGINX_TAG}"