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}"