-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a tag AND latest brokes the workflow #66
Comments
This problem is resolved using the multiline output as described by that link in entrypoint.sh:
in fact they use the same technique just a bit above in the code to output the docker config.json. |
Oops, sorry, will check this in a couple hours. Thanks for flagging it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When using the action with
tag_with_latest: true
andtag: toto
, the action seems to produce a multi-line output. The action is then considered as failed even thought it's not with the following message :Seems related
https://stackoverflow.com/questions/74137120/how-to-fix-or-avoid-error-unable-to-process-file-command-output-successfully
The action works fine if only one tag is produced.
Version
at least 0.11.0 and 0.12.0.
The text was updated successfully, but these errors were encountered: