mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Merge #2539
2539: Update Docker credentials r=curquiza a=curquiza This is to avoid using the tpayet credentials and use `@meili-bot` credentials instead. The `DOCKER_USERNAME` and `DOCKER_PASSWORD` are still present as secret, I will remove them once v0.28.0 is fully merged (they are still used on `release-v0.28.0`) I tested by created a tag on the branch, it worked: the tag was pushed to docker hub by meili-bot Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
106be03ba8
4
.github/workflows/publish-docker-images.yml
vendored
4
.github/workflows/publish-docker-images.yml
vendored
@ -24,8 +24,8 @@ jobs:
|
|||||||
if: github.event_name != 'schedule'
|
if: github.event_name != 'schedule'
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Check tag format
|
- name: Check tag format
|
||||||
id: check-tag-format
|
id: check-tag-format
|
||||||
|
Loading…
Reference in New Issue
Block a user