Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nanobeep/6b0a186b15755bdd24cd to your computer and use it in GitHub Desktop.
Save nanobeep/6b0a186b15755bdd24cd to your computer and use it in GitHub Desktop.
# 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