File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
run : echo "${{ steps.meta.outputs.tags }}"
204
204
205
205
- name : Pull and save image artifact for linux/amd64
206
- if : ${{ inputs.build-os == 'ubi' && !inputs.dry_run }}
206
+ if : ${{ ( inputs.build-os == 'ubi'|| inputs.image == 'operator') && !inputs.dry_run }}
207
207
run : |
208
208
docker pull --platform=linux/amd64 localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }}
209
209
docker save localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }} -o ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
Original file line number Diff line number Diff line change 41
41
42
42
- name : Load image into Docker
43
43
run : |
44
- docker load -i ${{ inputs.image }}-${{ inputs.image_version }}.tar
44
+ docker load -i ${{ inputs.image }}-${{ inputs.image_version }}/${{ inputs.image }}-${{ inputs.image_version }} .tar
45
45
46
46
- name : Retag image for preflight
47
47
run : |
You can’t perform that action at this time.
0 commit comments