Skip to content

Commit 77167dc

Browse files
committed
gitac fix
1 parent 9e4b398 commit 77167dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
export REPO=$REPO_ALI #REPO_HUB REPO_ALI ##without "xx/"
5151
5252
echo undockPkg; doBuild=true
53-
test "true" == "$doBuild" && bbash buildx.sh nginx #compile
53+
test "true" == "$doBuild" && bash buildx.sh nginx #compile
5454
5555
echo undockPkg; doPkg=true
5656
cd .github/workflows; test "true" == "$doPkg" && bash undock.sh;

0 commit comments

Comments
 (0)