Skip to content

Commit 1d8795e

Browse files
committed
add docker action to push images on release.
1 parent d3f3f6f commit 1d8795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: |
2424
VERSION=`python setup.py version | sed -n "s/^.*Version:\s*\(\S*\).*$/\1/p"`
2525
docker login --username pygraphblas --password ${{ secrets.DOCKERHUB_TOKEN }}
26-
./docker_build $VERSION notebook $VERSION clone push
27-
./docker_build $VERSION minimal $VERSION clone push
26+
./docker_build.sh $VERSION notebook $VERSION clone push
27+
./docker_build.sh $VERSION minimal $VERSION clone push
2828

0 commit comments

Comments
 (0)