roitalpaz

Results 5 comments of roitalpaz

This occurred to me too. we build the docker like so: ` docker build -t XXXXX . ` the relevant workflow section is: ` - uses: satackey/[email protected] continue-on-error: true with:...

Wow, ye! a very important feature if we want this to be in our commercial product. Right now we can't use IAM auth easily which is a must for our...

Thanks for the quick comment! ## Syntax Regarding the syntax I though something along the lines: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: arguments-parameters- spec: entrypoint: whalesay arguments: parameters: -...

We also just updated to 3.4.10 and see this problem as well. any workarounds available? Should we downgrade to 3.4.8?