We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439b662 commit 4529742Copy full SHA for 4529742
.travis.yml
@@ -12,7 +12,7 @@ after_success:
12
- docker build -t shonry27/multi-client ./client
13
- docker build -t shonry27/multi-nginx ./nginx
14
- docker build -t shonry27/multi-server ./server
15
- - docker build -t shonry27/mutli-worker ./worker
+ - docker build -t shonry27/multi-worker ./worker
16
# Login to Docker Hub
17
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_ID" --password-stdin
18
# Push to Docker Hub
0 commit comments