File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
6060 if : github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6161 env :
6262 REGISTRY_HOST : docker.io
63- REGISTRY_TOKEN : ${{ secrets.DOCKERHUB_PASSWORD }}
64- REGISTRY_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
63+ REGISTRY_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
64+ REGISTRY_USERNAME : ${{ secrets.DOCKERHUB_LOGIN }}
6565 run : ./hooks/push
6666 - name : push to github registry
6767 if : github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6868 env :
6969 REGISTRY_HOST : ghcr.io
70- REGISTRY_TOKEN : ${{ secrets.GHCR_PASSWORD }}
71- REGISTRY_USERNAME : ${{ secrets.GHCR_USERNAME }}
70+ REGISTRY_TOKEN : ${{ secrets.BOT_TOKEN }}
71+ REGISTRY_USERNAME : ${{ secrets.BOT_LOGIN }}
7272 run : ./hooks/push
You can’t perform that action at this time.
0 commit comments