Skip to content

Commit

Permalink
use self hosted runner for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 10, 2023
1 parent 6fc032b commit eb9e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

build-image:
name: "Build docker image ${{ matrix.network }}"
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
needs: setup-matrix
strategy:
matrix: ${{fromJson(needs.setup-matrix.outputs.matrix)}}
Expand Down

0 comments on commit eb9e357

Please sign in to comment.