Created
February 15, 2016 15:42
-
-
Save nanobeep/6b0a186b15755bdd24cd to your computer and use it in GitHub Desktop.
This file contains 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
# Untested! | |
# Rather than doing a loop, I would perhaps try this method instead... | |
# Put the task in an include, then call the include multiple times, but with different variables. | |
- include: build-and-push-docker-images.yml image=CLI | |
- include: build-and-push-docker-images.yml image=Deployer | |
- include: build-and-push-docker-images.yml image=Foo | |
- include: build-and-push-docker-images.yml image=Bar | |
# It's not beautiful, but would perhaps do what you need. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment