File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
71
71
push-docker :
72
72
docker :
73
- - image : circleci/golang:1.14
73
+ - image : circleci/buildpack-deps:stable
74
74
executor :
75
75
name : default
76
76
steps :
86
86
echo "Pushing release $CIRCLE_TAG..."
87
87
TAG="${CIRCLE_TAG//v}"
88
88
fi
89
- MM_PROXY_PACKAGE=https://github.com/mattermost/mattermost-push-proxy/releases/download/$TAG /mattermost-push-proxy.tar.gz
89
+ MM_PROXY_PACKAGE=https://github.com/mattermost/mattermost-push-proxy/releases/download/$CIRCLE_TAG /mattermost-push-proxy.tar.gz
90
90
cd docker
91
91
docker build --rm --no-cache --build-arg MM_PROXY_PACKAGE=$MM_PROXY_PACKAGE -t mattermost/mattermost-push-proxy:latest -t mattermost/mattermost-push-proxy:$TAG .
92
92
echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
You can’t perform that action at this time.
0 commit comments