Updated permissions on COPY files
This commit is contained in:
parent
7350ee42db
commit
c137014985
@ -31,6 +31,9 @@ test:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- chmod 600 .my.cnf
|
||||
- chmod 500 init
|
||||
- chmod 644 10-default.conf
|
||||
- docker build -t ${DOCKER_IMAGE}:${VERSION} .
|
||||
- docker tag ${DOCKER_IMAGE}:${VERSION} ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${VERSION}
|
||||
- docker push ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user