cording to a quick code search this project is using one of the actions
> > with a v3 tag in at least one of its repos.
>
>
>
> J.
>
> On Mon, Nov 25, 2024 at 7:36 PM Jacob Wujciak wrote:
>>
>> Hello Everyone!
>>
>> I am writing to inform you of the
Hi,
Looking at the log the issue is that the sha you are using
`fd4800e8a81e21bdf373438e5918b975df041d15` is from 3 years ago but it looks
like you are trying to use current inputs that the version from back then
doesn't use.
The solution is to use a more recent release, likely this will have
Hello Robert,
I would suggest using GItHub Actions, there you can use the official suite
of docker actions to build multiplatform images with little need for custom
scripting [1].
Feel free to ping me in the ASF slack.
Best
Jacob
[1]: https://github.com/docker/build-push-action
On Tue, Dec 6, 2
Daan,
GitHub Actions are not canceled if there is no output, so there is no need
for an equivalent of travis_wait. GHA steps and jobs have a configurable
timeout [1] with a max value of 6h per step and IIRC 24h per workflow.
Jacob
[1]:
https://docs.github.com/en/actions/using-workflows/workflow-