tinkerbell / actions

Suite of Tinkerbell Actions for use in Tinkerbell Workflows
Apache License 2.0
27 stars 42 forks source link

Hub build command does not fail for unauthorised push to quay #53

Closed gianarb closed 6 months ago

gianarb commented 3 years ago

Expected Behaviour

If Quay auth fails the command hub build should fail with an exit code != 0

Current Behaviour

it reports an error but it has exit-code=0

Possible Solution

Probably we do not handle the error in the right way because we loop over all the actions that need to be re-built.

tstromberg commented 3 years ago

Marking this as important because this is the sort of unexpected behavior that can really make someones day terrible.

chrisdoherty4 commented 6 months ago

Obsolete