2035: Use self hosted GitHub runner r=curquiza a=curquiza

Checked with `@tpayet,` we have created a self hosted github runner to save time when pushing the docker images.

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2021-12-22 15:28:33 +00:00 committed by GitHub
commit c221277fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ name: Publish latest image to Docker Hub
jobs:
docker-latest:
runs-on: self-hosted
runs-on: docker
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

View File

@ -8,7 +8,7 @@ name: Publish tagged image to Docker Hub
jobs:
docker-tag:
runs-on: self-hosted
runs-on: docker
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1