Compare commits

...

1 Commits

Author SHA1 Message Date
Joan Fontanals Martinez 17dabf31f2 ci: change secrets 2023-06-16 15:11:42 +02:00
1 changed files with 2 additions and 2 deletions

View File

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