We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ab577 commit fcb4ef8Copy full SHA for fcb4ef8
1 file changed
.circleci/config.yml
@@ -96,7 +96,6 @@ commands:
96
name: dockers
97
description: Build and release docker
98
command: |
99
- bash <(curl -fsSL https://get.docker.com)
100
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
101
docker build -t redisgraph:<<parameters.docker_version>> .
102
docker push
@@ -154,7 +153,7 @@ python-versions: &python-versions
154
153
workflows:
155
commit:
156
jobs:
157
- - build:
+ - build_and_publish:
158
<<: *on-any-branch
159
<<: *python-versions
160
0 commit comments