Open
Conversation
feat: add github actions
Owner
|
I'd remove the commit related to github workflow. |
wernight
approved these changes
Jun 28, 2021
wernight
requested changes
Jun 28, 2021
Owner
wernight
left a comment
There was a problem hiding this comment.
Can push to the Docker Hub repo but this pushes to yours. I'm not sure about the benefits compared to Docker Hub though.
Author
|
sorry about that, have fixed the github actions now |
wernight
approved these changes
Jul 7, 2021
| && echo "Install pipes" \ | ||
| && curl -L https://gist.githubusercontent.com/livibetter/4689307/raw/949e43fe2962c2c97c8b1d974ff93dd053d9bd37/pipes.sh -o /usr/local/bin/pipes \ | ||
| && chmod +x /usr/local/bin/pipes \ | ||
| && curl -L https://github.com/pipeseroni/pipes.sh/archive/v1.3.0.tar.gz -o pipes-v1.3.0.tar.gz \ |
Owner
There was a problem hiding this comment.
Actually it'd be nicer to have the latest released set somewhere or even auto-fetched.
Author
There was a problem hiding this comment.
that might be an option, but as the last release was 2018 Im not sure this will need much work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bug: download pipes
This change is