We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601f1bc commit 98479adCopy full SHA for 98479ad
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
27
- uses: ./.github/actions/shared-build-steps
28
with:
29
+ shell: bash
30
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
31
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
32
runner_os: ${{ runner.os }}
@@ -63,6 +64,7 @@ jobs:
63
64
65
66
67
68
69
70
0 commit comments