We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4b398 commit 77167dcCopy full SHA for 77167dc
.github/workflows/docker-build.yaml
@@ -50,7 +50,7 @@ jobs:
50
export REPO=$REPO_ALI #REPO_HUB REPO_ALI ##without "xx/"
51
52
echo undockPkg; doBuild=true
53
- test "true" == "$doBuild" && bbash buildx.sh nginx #compile
+ test "true" == "$doBuild" && bash buildx.sh nginx #compile
54
55
echo undockPkg; doPkg=true
56
cd .github/workflows; test "true" == "$doPkg" && bash undock.sh;
0 commit comments