superfly / flyctl-actions

:octocat: GitHub Action that wraps the flyctl
Apache License 2.0
260 stars 33 forks source link

Could not resolve host: get.volta.sh #28

Closed awkward-minion closed 1 year ago

awkward-minion commented 1 year ago

When running the action in the CI pipeline, it throws the following error,

0curl: (6) Could not resolve host: get.volta.sh
[71](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:72)
#10 ERROR: executor failed running [/bin/bash -o pipefail -c curl https://get.volta.sh/ | bash]: exit code: 6
[72](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:73)
------
[73](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:74)
 > [base 5/6] RUN curl https://get.volta.sh/ | bash:
[74](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:75)
curl: (6) Could not resolve host: get.volta.sh
[75](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:76)
------
[76](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:77)
Error failed to fetch an image or build from source: error building: executor failed running [/bin/bash -o pipefail -c curl https://get.volta.sh/ | bash]: exit code: 6
[77](https://github.com/lakshmaji/kickstarter/actions/runs/3404790438/jobs/5662281544#step:4:78)

attaching screen shot for reference,

volta error

Thanks in advance