From 8a1d35cf1c3a3c2791ab5b4481434aec5799c2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 6 Mar 2020 15:15:42 +0100 Subject: [PATCH] github action test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/docker-image-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/docker-image-build.sh b/.github/docker-image-build.sh index 05fa802..e57ad0d 100755 --- a/.github/docker-image-build.sh +++ b/.github/docker-image-build.sh @@ -15,4 +15,5 @@ for DOCKER_IMAGE in ${DOCKER_IMAGES}; do done # change images in compose file +# shellcheck disable=SC2016 sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}#-ci-snapsoht#g'< docker-compose.yml