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:
203203 run : echo "${{ steps.meta.outputs.tags }}"
204204
205205 - 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 }}
207207 run : |
208208 docker pull --platform=linux/amd64 localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }}
209209 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 4141
4242 - name : Load image into Docker
4343 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
4545
4646 - name : Retag image for preflight
4747 run : |
You can’t perform that action at this time.
0 commit comments