Skip to content

Commit fcb4ef8

Browse files
committed
docker test push
1 parent 77ab577 commit fcb4ef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ commands:
9696
name: dockers
9797
description: Build and release docker
9898
command: |
99-
bash <(curl -fsSL https://get.docker.com)
10099
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
101100
docker build -t redisgraph:<<parameters.docker_version>> .
102101
docker push
@@ -154,7 +153,7 @@ python-versions: &python-versions
154153
workflows:
155154
commit:
156155
jobs:
157-
- build:
156+
- build_and_publish:
158157
<<: *on-any-branch
159158
<<: *python-versions
160159

0 commit comments

Comments
 (0)