superfly / flyctl-actions

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

Can't run any job #52

Closed semoal closed 8 months ago

semoal commented 8 months ago
  #8 [3/4] RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
  #8 0.286   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  #8 0.290                                  Dload  Upload   Total   Spent    Left  Speed
  #8 0.291 
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  100  1735    0  1735    0     0   1575      0 --:--:--  0:00:01 --:--:--  1577
  #8 1.574 curl: (3) URL rejected: Malformed input to a URL function
  #8 ERROR: process "/bin/sh -c curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh" did not complete successfully: exit code: 3
  ------
   > [3/4] RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh:
  100  1735    0  1735    0     0   1575      0 --:--:--  0:00:01 --:--:--  1577
  1.574 curl: (3) URL rejected: Malformed input to a URL function
  ------
  Dockerfile:5
  --------------------
     3 |     RUN apk add --no-cache curl
     4 |     
     5 | >>> RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
     6 |     
     7 |     COPY entrypoint.sh /entrypoint.sh
  --------------------
  ERROR: failed to solve: process "/bin/sh -c curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh" did not complete successfully: exit code: 3

It's crashing badly since last hour, not sure what happened we didn't change anything

semoal commented 8 months ago

Was due a downtime on Fly servers, resolved from my side :)