Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 18, 2024
1 parent eb31acb commit 537778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: ${{ matrix.image }}.tar

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

0 comments on commit 537778b

Please sign in to comment.