added circleci
This commit is contained in:
parent
e3a5ec3b74
commit
151371c39a
@ -8,7 +8,7 @@ set -ex
|
||||
. "hooks/config"
|
||||
|
||||
for DOCKER_IMAGE in ${DOCKER_IMAGES}; do
|
||||
if [ "${TRAVIS}" == 'true' ]; then
|
||||
if [ "${TRAVIS}" == 'true' ] || [ "${CIRCLECI}" == 'true' ]; then
|
||||
|
||||
if [ -n "${ZAMMAD_VERSION}" ]; then
|
||||
DOCKER_TAG="-t ${DOCKER_REGISTRY}/${GITHUB_USERNAME}/${DOCKER_REPOSITORY}:${DOCKER_IMAGE}-${ZAMMAD_VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user