Skip to content

Commit 0077519

Browse files
committed
docker restore
1 parent 7a9ee8c commit 0077519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ commands:
9797
description: Build and release docker
9898
command: |
9999
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
100-
docker build -t redisgraph:<<parameters.docker_version>> .
100+
docker build -t redisgraph-py:<<parameters.docker_version>> .
101101
docker push
102102
103103
jobs:
@@ -153,9 +153,9 @@ python-versions: &python-versions
153153
workflows:
154154
commit:
155155
jobs:
156-
- build_and_publish:
156+
- build:
157157
<<: *on-any-branch
158-
#<<: *python-versions
158+
<<: *python-versions
159159

160160
nightly:
161161
triggers:

0 commit comments

Comments
 (0)