Skip to content

Commit 98479ad

Browse files
committed
fix: Add shell
1 parent 601f1bc commit 98479ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- uses: ./.github/actions/shared-build-steps
2828
with:
29+
shell: bash
2930
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
3031
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
3132
runner_os: ${{ runner.os }}
@@ -63,6 +64,7 @@ jobs:
6364

6465
- uses: ./.github/actions/shared-build-steps
6566
with:
67+
shell: bash
6668
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
6769
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
6870
runner_os: ${{ runner.os }}

0 commit comments

Comments
 (0)