We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbee53 commit d75ade3Copy full SHA for d75ade3
.github/workflows/openshift-certification.yml
@@ -39,9 +39,12 @@ jobs:
39
with:
40
name: ${{ inputs.image }}-${{ inputs.image_version }}
41
42
+ - name: Move tarball to workspace root
43
+ run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar .
44
+
45
- name: Load image into Docker
46
run: |
- docker load -i ${{ inputs.image }}-${{ inputs.image_version }}/${{ inputs.image }}-${{ inputs.image_version }}.tar
47
+ docker load -i ${{ inputs.image }}-${{ inputs.image_version }}.tar
48
49
- name: Retag image for preflight
50
0 commit comments