Skip to content
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

Fix tag concatenation in build-and-push-containers workflow input #20

Conversation

weierophinney
Copy link
Member

Tag concatenation was failing due to usage of the newline separator in a string.
Since the "tags" input for the docker/build-push-action can also accept CSV, updating to use that.

Tag concatenation was failing due to usage of the newline separator in a string.
Sicne the "tags" input for the docker/build-push-action can also accept CSV, updating to use that.

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@weierophinney weierophinney added this to the 1.5.1 milestone Mar 16, 2021
@weierophinney weierophinney added the Bug Something isn't working label Mar 16, 2021
@weierophinney weierophinney merged commit 49a1851 into laminas:1.5.x Mar 16, 2021
@weierophinney weierophinney deleted the hotfix/workflow-expression-syntax-join branch March 16, 2021 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant