Fixed typo in previous commit to Dockerfile
This commit is contained in:
parent
74afe07a7b
commit
677d57b4bf
@ -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
0
Dockerfile
Executable file → Normal file
0
Dockerfile.phptest
Executable file → Normal file
0
Dockerfile.phptest
Executable file → Normal file
0
sshd_config.patch
Executable file → Normal file
0
sshd_config.patch
Executable file → Normal file
Loading…
Reference in New Issue
Block a user