We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm following up on docker/cli#267 opened by @ebd2. You may be interested in dobi a project I've been working on to automate docker build tasks.
There's an example of building and tagging multiple images here: https://github.com/dnephin/dobi/blob/master/examples/tag-images/dobi.yaml
Using that example you could extend it with the following config to also push multiple images:
alias=push-images: tasks: ['app:push', 'db:push'] description: "Push all the images"
Let me know if you have any questions or feedback about the project.
Feel free to close this issue at any time if you are not interested.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm following up on docker/cli#267 opened by @ebd2. You may be interested in dobi a project I've been working on to automate docker build tasks.
There's an example of building and tagging multiple images here: https://github.com/dnephin/dobi/blob/master/examples/tag-images/dobi.yaml
Using that example you could extend it with the following config to also push multiple images:
Let me know if you have any questions or feedback about the project.
Feel free to close this issue at any time if you are not interested.
The text was updated successfully, but these errors were encountered: