Fixed container name

This commit is contained in:
WolverinDEV 2019-02-19 16:03:25 +01:00
parent 774bfd7c0c
commit 64ac8cfc52

View file

@ -7,7 +7,7 @@ services:
before_install:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker images
- docker pull $DOCKER_USERNAME/teaweb:build
- docker pull $DOCKER_USERNAME/teaweb:build_new
- docker images
jobs: