Skip to content

Commit 241d174

Browse files
Updated config.yml
1 parent d017ff1 commit 241d174

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
@@ -8,7 +8,7 @@ jobs:
88
- checkout
99
- run: |
1010
IMAGE='tplcom/gitpod-drupal-workspace'
11-
TAG='latest
11+
TAG='latest'
1212
docker build -t $IMAGE:$TAG .
1313
echo $docker_hub_pwd | docker login -u $docker_hub_user --password-stdin
1414
docker push $IMAGE:$TAG

0 commit comments

Comments
 (0)