paygoc6 / action-pull-request-another-repo

Action for create pull request in another repository
Apache License 2.0
38 stars 83 forks source link

Docker build fail #15

Closed nkm269 closed 2 years ago

nkm269 commented 2 years ago

When i am trying use this action, it is failing at docker build step

Cloning into 'gh-cli'... GOOS= GOARCH= GOARM= GOFLAGS= CGO_ENABLED= go build -o script/build script/build.go go: github.com/AlecAivazis/survey/v2@v2.3.4: Get "https://proxy.golang.org/github.com/%21alec%21aivazis/survey/v2/@v/v2.3.4.mod": x509: certificate signed by unknown authority make: *** [Makefile:20: script/build] Error 1 The command '/bin/sh -c apk update && apk upgrade && apk add build-base && apk add git && git clone https://github.com/cli/cli.git gh-cli && cd gh-cli && make && mv ./bin/gh /usr/local/bin/' returned a non-zero code: 2

Warning: Docker build failed with exit code 2, back off 6.608 seconds before retry. /usr/bin/docker build -t 9005c9:9f628741e14343b89e8b2a8a88ee6c8d -f "/gitactions/ghecrunners/actions-runner/_work/_actions/paygoc6/action-pull-request-another-repo/v1.0.5/Dockerfile" "/gitactions/ghecrunners/actions-runner/_work/_actions/paygoc6/action-pull-request-another-repo/v1.0.5"