mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
Use self-hosted runner
This commit is contained in:
parent
9d75fbc619
commit
2cf7daa227
2
.github/workflows/publish-docker-latest.yml
vendored
2
.github/workflows/publish-docker-latest.yml
vendored
@ -8,7 +8,7 @@ name: Publish latest image to Docker Hub
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-latest:
|
docker-latest:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
2
.github/workflows/publish-docker-tag.yml
vendored
2
.github/workflows/publish-docker-tag.yml
vendored
@ -9,7 +9,7 @@ name: Publish tagged image to Docker Hub
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-tag:
|
docker-tag:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user