ci: change secrets (#25)

This commit is contained in:
Joan Fontanals 2023-06-16 15:12:21 +02:00 committed by GitHub
parent 9e71558044
commit 2b50e75e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: