Fixed container name
This commit is contained in:
parent
774bfd7c0c
commit
64ac8cfc52
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue