File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -212,11 +212,7 @@ jobs:
212
212
- name : Export and upload images
213
213
if : ${{ inputs.build-os == 'ubi' && !inputs.dry_run }}
214
214
run : |
215
- # Create a local reference for the platform
216
- docker buildx imagetools create --tag temp localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }}
217
- # Export the image as a tarball
218
- docker buildx imagetools export temp > ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
219
- done
215
+ docker buildx imagetools export localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }} > ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
220
216
221
217
- name : Upload all image artifacts
222
218
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments