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:
|
before_install:
|
||||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
- docker images
|
- docker images
|
||||||
- docker pull $DOCKER_USERNAME/teaweb:build
|
- docker pull $DOCKER_USERNAME/teaweb:build_new
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue