Skip to content

Commit d75ade3

Browse files
committed
Move tarball to workspace root
1 parent 9cbee53 commit d75ade3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ jobs:
3939
with:
4040
name: ${{ inputs.image }}-${{ inputs.image_version }}
4141

42+
- name: Move tarball to workspace root
43+
run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar .
44+
4245
- name: Load image into Docker
4346
run: |
44-
docker load -i ${{ inputs.image }}-${{ inputs.image_version }}/${{ inputs.image }}-${{ inputs.image_version }}.tar
47+
docker load -i ${{ inputs.image }}-${{ inputs.image_version }}.tar
4548
4649
- name: Retag image for preflight
4750
run: |

0 commit comments

Comments
 (0)