6 lines
170 B
Bash
6 lines
170 B
Bash
|
|
REGISTRY='push.registry.cloud.aquantico.de'
|
||
|
|
IMAGE_NAME='qaffee'
|
||
|
|
IMAGE_VERSION='1.0.8'
|
||
|
|
SERVICES=(backend frontend)
|
||
|
|
SNAPSHOT_TAG='SNAPSHOT'
|
||
|
|
platform=linux/amd64,linux/arm64
|