argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
14.91k stars 3.18k forks source link

Image Releases are partially failing on `main` #13562

Closed agilgur5 closed 3 weeks ago

agilgur5 commented 3 weeks ago

Pre-requisites

What happened? What did you expect to happen?

The Windows build has been failing on CI since https://github.com/argoproj/argo-workflows/pull/13145.

While the Windows build is not used often, this means that the combined, multi-arch manifest for latest is not released either, per https://github.com/argoproj/argo-workflows/issues/13556#issuecomment-2331780589. This means that latest is outdated, and the arch-specific tags like latest-linux-amd64 need to be used instead for an up-to-date image

Version(s)

main, does not affect existing versions (yet)

Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

n/a

Logs from the workflow controller

n/a

Logs from in your workflow's wait container

n/a
agilgur5 commented 3 weeks ago

@Joibel could you look into this since it seems to be caused by #13145?