Skip to content

Commit

Permalink
#8082: fix shell issue with action
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 10, 2024
1 parent e11c125 commit 4b2b7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/load-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ runs:
path: ${{ inputs.path }}

- name: Load Docker image
shell: bash
run: |
gunzip -c ${{ inputs.path }}/${{ inputs.artifact-name }} | docker load

0 comments on commit 4b2b7c5

Please sign in to comment.