From 312820379b8602c99f11534204d8970f672aae23 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 5 Mar 2020 19:49:58 +0100 Subject: [PATCH] Follow up - 0798e7d47ed2505ea43dccdb9c1ef867d700f720 - moved from circle ci to github actions. Add ShellCheck disable for externally provided ENV DOCKER_IMAGES. --- .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 d9db5a5a8..3dc0f5b1b 100755 --- a/.github/docker-image-build.sh +++ b/.github/docker-image-build.sh @@ -19,6 +19,7 @@ git clone https://github.com/"${REPO_USER}"/"${DOCKER_GITHUB_REPOSITORY}" # enter dockerfile dir cd "${REPO_ROOT}/${DOCKER_GITHUB_REPOSITORY}" +# shellcheck disable=SC2153 for DOCKER_IMAGE in ${DOCKER_IMAGES}; do echo "Build Zammad Docker image ${DOCKER_IMAGE} with version ${ZAMMAD_VERSION} for DockerHubs ${DOCKER_REGISTRY}/${REPO_USER}/${DOCKER_REPOSITORY}:${DOCKER_IMAGE} repo"