This commit is contained in:
parent
377d8601a7
commit
bdc5897f5a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pipeline:
|
|||
# Log into docker registry
|
||||
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it
|
||||
# Build image
|
||||
- docker-compose -f docker-compose.build.yml build pianello-web-app
|
||||
- docker-compose -f docker-compose.build.yml build
|
||||
- docker push git.webdeploy.it/pianello/pianello-web-app:latest
|
||||
- docker push git.webdeploy.it/pianello/pianello-web-app:$(jq -r .version ./package.json)
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue