ci: change secrets

This commit is contained in:
Joan Fontanals Martinez 2023-06-16 15:11:42 +02:00
parent 9e71558044
commit 17dabf31f2
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_JINAVECTORDB_USER }}
password: ${{ secrets.DOCKERHUB_JINAVECTORDB_TOKEN }}
username: ${{ secrets.DOCKERHUB_DEVBOT_USER }}
password: ${{ secrets.DOCKERHUB_DEVBOT_PWD }}
- name: Build and push
uses: docker/build-push-action@v2
with: