Skip to content

Commit 4448686

Browse files
Updated config.yml
1 parent 4903a72 commit 4448686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- run: |
1111
IMAGE='tplcom/gitpod-drupal-workspace'
1212
TAG='latest'
13-
docker login -u $docker_hub_user -p $docker_hub_pwd
13+
docker login --username $docker_hub_user -p $docker_hub_pwd
1414
docker build -t $IMAGE:$TAG .
1515
docker push $IMAGE:$TAG

0 commit comments

Comments
 (0)