File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 - run : ./tests/test.py -v
5757 # Push
5858 - name : push to docker hub
59- if : github.repository == 'Tecnativa/postgres-autoconf' && github.ref == 'refs/heads/master'
59+ if : github.repository == 'Tecnativa/docker- postgres-autoconf' && github.ref == 'refs/heads/master'
6060 env :
6161 REGISTRY_HOST : docker.io
6262 DOCKER_HUB_TOKEN : ${{ secrets.DOCKERHUB_PASSWORD }}
6363 DOCKER_HUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
6464 run : ./hooks/push
6565 - name : push to github registry
66- if : github.repository == 'Tecnativa/postgres-autoconf' && github.ref == 'refs/heads/master'
66+ if : github.repository == 'Tecnativa/docker- postgres-autoconf' && github.ref == 'refs/heads/master'
6767 env :
6868 DOCKER_REPO_SUFFIX : /postgres-autoconf
6969 REGISTRY_HOST : docker.pkg.github.com
You can’t perform that action at this time.
0 commit comments