File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ jobs:
137
137
build-args : |
138
138
BUILD_OS=${{ inputs.image }}
139
139
IC_VERSION=${{ inputs.ic-version && inputs.ic-version || steps.meta.outputs.version }}
140
+ secrets : |
141
+ "nginx-repo.crt=${{ secrets.NGINX_CRT }}"
142
+ "nginx-repo.key=${{ secrets.NGINX_KEY }}"
140
143
if : ${{ inputs.authenticated && steps.images_exist.outputs.base_exists != 'true' }}
141
144
142
145
- name : Debug values
@@ -176,6 +179,9 @@ jobs:
176
179
BUILD_OS=${{ inputs.image }}
177
180
${{ inputs.authenticated && format('PREBUILT_BASE_IMG={0}', steps.base_name.outputs.image) }}
178
181
IC_VERSION=${{ inputs.ic-version && inputs.ic-version || steps.meta.outputs.version }}
182
+ secrets : |
183
+ "nginx-repo.crt=${{ secrets.NGINX_CRT }}"
184
+ "nginx-repo.key=${{ secrets.NGINX_KEY }}"
179
185
if : ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
180
186
181
187
- name : Make directory for security scan results
You can’t perform that action at this time.
0 commit comments