mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix credentials
This commit is contained in:
parent
5e6d7b7649
commit
11ef64ee43
2 changed files with 4 additions and 4 deletions
4
.github/workflows/publish-docker-latest.yml
vendored
4
.github/workflows/publish-docker-latest.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
|
|
4
.github/workflows/publish-docker-tag.yml
vendored
4
.github/workflows/publish-docker-tag.yml
vendored
|
@ -28,8 +28,8 @@ jobs:
|
|||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue