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 e2b9bfe commit f0a291bCopy full SHA for f0a291b
.github/workflows/docker.yml
@@ -38,4 +38,4 @@ jobs:
38
DOCKER_TAG: ${{ steps.get_version.outputs.VERSION }}
39
run: |
40
cd build
41
- ./build_docker.sh ${DOCKER_TAG}
+ bash build_docker.sh ${DOCKER_TAG}
0 commit comments