Use large Github Runner for Docker builds

This commit is contained in:
Renaud Chaput 2023-07-06 13:36:17 +02:00
parent 000b835803
commit 2d79bbe5ff
No known key found for this signature in database
GPG key ID: BCFC859D49B46990
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ permissions:
jobs:
build-image:
runs-on: ubuntu-latest
runs-on: docker-builder
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View file

@ -9,7 +9,7 @@ permissions:
jobs:
build-nightly-image:
runs-on: ubuntu-latest
runs-on: docker-builder
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}