Skip to content

Commit

Permalink
Update .github/actions/prepare_breeze_and_image/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Dec 28, 2024
1 parent 9b151d8 commit 9dde68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare_breeze_and_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
uses: actions/download-artifact@v4
with:
name: "ci-image-docker-dump-${{ inputs.platform }}-${{ matrix.python-version }}"
path: "/tmp/docker/image.tar"
path: "/tmp/docker-image.tar"
if: inputs.pull-image-type == 'CI'
- name: Restore CI image ${{ env.PYTHON_MAJOR_MINOR_VERSION }}
run: ./scripts/ci/import_docker_image.sh
Expand Down

0 comments on commit 9dde68a

Please sign in to comment.