From 6e1ed5d1e76bbebd595927becefc22f877a50eab Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Mon, 3 Jun 2024 20:59:21 +0200 Subject: [PATCH] check the docker-compose.yaml file as last step --- app/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.sh b/app/build.sh index b87479a..c654c1c 100755 --- a/app/build.sh +++ b/app/build.sh @@ -49,4 +49,7 @@ echo $GHCR_TOKEN | docker login ghcr.io -u s-allius --password-stdin docker push ghcr.io/s-allius/tsun-gen3-proxy:latest docker push ghcr.io/s-allius/tsun-gen3-proxy:${MAJOR} docker push ghcr.io/s-allius/tsun-gen3-proxy:${VERSION} -fi \ No newline at end of file +fi + +echo 'check docker-compose.yaml file' +docker-compose config -q \ No newline at end of file