File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ jobs:
166166 NJS_DIR=internal/controller/nginx/modules/src
167167 NGINX_CONF_DIR=internal/controller/nginx/conf
168168 BUILD_AGENT=gha
169- build-os=${{ inputs.build-os }}
170169 secrets : |
171170 ${{ contains(inputs.image, 'plus') && format('"nginx-repo.crt={0}"', secrets.NGINX_CRT) || '' }}
172171 ${{ contains(inputs.image, 'plus') && format('"nginx-repo.key={0}"', secrets.NGINX_KEY) || '' }}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 - name : Build NGINX Docker Image
108108 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
109109 with :
110- file : build/ Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
110+ file : build${{ inputs.build-os != '' && format('/{0}', inputs.build-os) || '' }}/ Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || '' }}
111111 tags : ${{ steps.nginx-meta.outputs.tags }}
112112 context : " ."
113113 load : true
You can’t perform that action at this time.
0 commit comments