mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
16 lines
285 B
YAML
16 lines
285 B
YAML
version: "2.2"
|
|
|
|
squadron:
|
|
storefinder:
|
|
frontend:
|
|
builds:
|
|
default:
|
|
# override element
|
|
tag: nightly
|
|
# append new element to array
|
|
build_arg:
|
|
- "bar=baz"
|
|
- "baz=baz"
|
|
# override backend
|
|
backend: ~
|