Follow up - 0798e7d47e
- moved from circle ci to github actions. Add ShellCheck disable for externally provided ENV DOCKER_IMAGES.
This commit is contained in:
parent
ea1bff6c54
commit
312820379b
1 changed files with 1 additions and 0 deletions
1
.github/docker-image-build.sh
vendored
1
.github/docker-image-build.sh
vendored
|
@ -19,6 +19,7 @@ git clone https://github.com/"${REPO_USER}"/"${DOCKER_GITHUB_REPOSITORY}"
|
||||||
# enter dockerfile dir
|
# enter dockerfile dir
|
||||||
cd "${REPO_ROOT}/${DOCKER_GITHUB_REPOSITORY}"
|
cd "${REPO_ROOT}/${DOCKER_GITHUB_REPOSITORY}"
|
||||||
|
|
||||||
|
# shellcheck disable=SC2153
|
||||||
for DOCKER_IMAGE in ${DOCKER_IMAGES}; do
|
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"
|
echo "Build Zammad Docker image ${DOCKER_IMAGE} with version ${ZAMMAD_VERSION} for DockerHubs ${DOCKER_REGISTRY}/${REPO_USER}/${DOCKER_REPOSITORY}:${DOCKER_IMAGE} repo"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue