Skip to content

Commit c657b4a

Browse files
authored
Merge branch 'feat/pipeline-ubi-builds' into feat/pipeline-openshift-operator
2 parents 5a5a9ff + 699d285 commit c657b4a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) || '' }}

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)