Skip to content

Commit

Permalink
fix op-images stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 18, 2024
1 parent ed48bbb commit fa6f699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: op-images
path: ${{ matrix.image }}.tar
path: op-images

- name: Import image
run: |
docker image import ${{ matrix.image }}.tar
docker image import op-images/${{ matrix.image }}.tar
- name: Log in to Docker
run: |
Expand Down

0 comments on commit fa6f699

Please sign in to comment.