mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 08:16:26 +00:00
20 lines
279 B
YAML
20 lines
279 B
YAML
# Run docker-compose up before starting tumbo
|
|
|
|
variables:
|
|
version:
|
|
- 3.11
|
|
- 3.10
|
|
- 3.9
|
|
name:
|
|
- Alice
|
|
- Bob
|
|
|
|
recipe: ./simple.j2
|
|
|
|
push: yes
|
|
run: yes
|
|
parallel: no
|
|
registry:
|
|
username: foo
|
|
password: bar
|
|
host: localhost:5000 |