Skip to content

Commit

Permalink
add docker action to push images on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Sep 3, 2021
1 parent d3f3f6f commit 1d8795e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
VERSION=`python setup.py version | sed -n "s/^.*Version:\s*\(\S*\).*$/\1/p"`
docker login --username pygraphblas --password ${{ secrets.DOCKERHUB_TOKEN }}
./docker_build $VERSION notebook $VERSION clone push
./docker_build $VERSION minimal $VERSION clone push
./docker_build.sh $VERSION notebook $VERSION clone push
./docker_build.sh $VERSION minimal $VERSION clone push

0 comments on commit 1d8795e

Please sign in to comment.