Use self hosted github runner

This commit is contained in:
Clémentine Urquizar 2021-12-21 18:32:29 +01:00
parent 4d1c138842
commit fd854035c1
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
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