Skip to content

Commit b432405

Browse files
authored
Use an image with docker installed (#70)
Using mattermost/mattermost-build-server:20200322_golang-1.14.1 as the default image causes failure in the docker build step because that image does not have docker installed. We use the circleCI docker image for this to build the image. There is no need for mattermost specific stuff for building docker image.
1 parent b91f0e3 commit b432405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
arguments: --acl public-read --cache-control "no-cache"
7070

7171
push-docker:
72+
docker:
73+
- image: circleci/golang:1.14
7274
executor:
7375
name: default
7476
steps:

0 commit comments

Comments
 (0)