werf / actions

Set of actions for implementing CI/CD with werf and GitHub Actions

Home Page:https://werf.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions failing - Unexpected HTTP response: 404

anoutsider opened this issue · comments

It seems that all actions have been failing for the past few hours, this is due to the binaries download urls no longer existing, as far as i can tell there is no way to skip the binary install step or pass it an existing binary, so this is currently affecting all our workflows.

Response from https://storage.yandexcloud.net/werf/targets/releases/v1.2.26/werf-linux-amd64-v1.2.26
image

image

There needs to be a way to install the binary separately to avoid cases like this moving forward.. as it stands now all of our workflows are dead with no way to fix them.

The problem has now been resolved and I will come back with comments a little later.

I'm sorry for the downtime.

No worries, thanks for the update

Looking at the code it shouldn't be too hard to allow passing a binary path with exists checks, and on top of that probably move to the trdl/turf release urls.

Can confirm our workflows are working now

Currently, we are working on the transition from multiwerf to trdl (werf/werf#3674).
As a result, actions will use trdl under the hood.