Fixed typo in previous commit to Dockerfile

This commit is contained in:
Deon George 2020-08-23 13:01:49 +10:00
parent 74afe07a7b
commit 677d57b4bf
4 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ x86_64:build-test:
script:
- if [ -f init ]; then chmod 500 init; fi
- ([ -z "$REFRESH" ] && docker pull ${CI_REGISTRY_IMAGE}:${CACHETAG}) || echo "true"
- docker build --file Docker.phptest --cache-from ${CI_REGISTRY_IMAGE}:${CACHETAG} -t ${CI_REGISTRY_IMAGE}:${VERSION} -t ${CI_REGISTRY_IMAGE}:${CACHETAG} .
- docker build --file Dockerfile.phptest --cache-from ${CI_REGISTRY_IMAGE}:${CACHETAG} -t ${CI_REGISTRY_IMAGE}:${VERSION} -t ${CI_REGISTRY_IMAGE}:${CACHETAG} .
- docker push ${CI_REGISTRY_IMAGE}:${VERSION}-test
tags:
- docker

0
Dockerfile Executable file → Normal file
View File

0
Dockerfile.phptest Executable file → Normal file
View File

0
sshd_config.patch Executable file → Normal file
View File