ReFuel.StbImage/docker-compose.yaml
H. Utku Maden 029375399f
Some checks failed
Build / build (push) Failing after 44s
Yet another attempt to fix CI builds.
2024-03-21 18:38:27 +03:00

16 lines
374 B
YAML

version: "2"
services:
build:
image: git.mixedup.dev/quik/docker-cross-compiler
command: "/home/quik/src/build_native.sh"
volumes:
- .:/home/quik/src
publish:
image: git.mixedup.dev/quik/docker-cross-compiler
command: "/home/quik/src/publish.sh"
environment:
QUIK_API_KEY: ${QUIK_API_KEY}
volumes:
- .:/home/quik/src