This commit is contained in:
Paulo Gustavo Veiga 2022-01-23 16:14:37 -08:00
parent 904b4e8547
commit 82a22af590

View File

@ -32,6 +32,7 @@ pipelines:
- step:
name: Docker publish
script:
- echo $DOCKER_USERNAME
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
- docker build -t veigap/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/
services: