Use self-hosted runner

This commit is contained in:
Clémentine Urquizar 2021-11-12 17:45:31 +01:00
parent 9d75fbc619
commit 2cf7daa227
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ name: Publish latest image to Docker Hub
jobs:
docker-latest:
runs-on: ubuntu-20.04
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@ -9,7 +9,7 @@ name: Publish tagged image to Docker Hub
jobs:
docker-tag:
runs-on: ubuntu-20.04
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2