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 d75ade3 commit 4fad413Copy full SHA for 4fad413
.github/workflows/openshift-certification.yml
@@ -40,7 +40,7 @@ jobs:
40
name: ${{ inputs.image }}-${{ inputs.image_version }}
41
42
- name: Move tarball to workspace root
43
- run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar .
+ run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar ${{ inputs.image }}-${{ inputs.image_version }}.tar
44
45
- name: Load image into Docker
46
run: |
0 commit comments