We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b6cbd commit 07eb4c1Copy full SHA for 07eb4c1
.github/workflows/functional.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Build NGINX Docker Image
108
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
109
with:
110
- file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
+ file: build${{ inputs.build-os != '' && format('/{0}', inputs.build-os) || '' }}/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || '' }}
111
tags: ${{ steps.nginx-meta.outputs.tags }}
112
context: "."
113
load: true
0 commit comments