We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9ee8c commit 0077519Copy full SHA for 0077519
.circleci/config.yml
@@ -97,7 +97,7 @@ commands:
97
description: Build and release docker
98
command: |
99
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
100
- docker build -t redisgraph:<<parameters.docker_version>> .
+ docker build -t redisgraph-py:<<parameters.docker_version>> .
101
docker push
102
103
jobs:
@@ -153,9 +153,9 @@ python-versions: &python-versions
153
workflows:
154
commit:
155
156
- - build_and_publish:
+ - build:
157
<<: *on-any-branch
158
- #<<: *python-versions
+ <<: *python-versions
159
160
nightly:
161
triggers:
0 commit comments