This commit is contained in:
parent
c861f7f2e2
commit
84d57886bf
3 changed files with 2 additions and 1 deletions
|
@ -3,3 +3,4 @@ Dockerfile
|
|||
.dockerignore
|
||||
.gitignore
|
||||
.git
|
||||
docker-compose.build.yml
|
||||
|
|
|
@ -8,7 +8,7 @@ pipeline:
|
|||
# Log into docker registry
|
||||
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it
|
||||
# Build image
|
||||
- docker-compose -f .woodpecker/docker-compose.yml build pianello-web-app
|
||||
- docker-compose -f docker-compose.build.yml build pianello-web-app
|
||||
- docker push git.webdeploy.it/pianello/pianello-web-app:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue