Skip to content

Commit

Permalink
fix: Add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Nov 8, 2023
1 parent 601f1bc commit 98479ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- uses: ./.github/actions/shared-build-steps
with:
shell: bash
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
runner_os: ${{ runner.os }}
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:

- uses: ./.github/actions/shared-build-steps
with:
shell: bash
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
runner_os: ${{ runner.os }}
Expand Down

0 comments on commit 98479ad

Please sign in to comment.