Skip to content

Commit

Permalink
* build docker on a new runner
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 20, 2024
1 parent 7c0c39f commit 66df808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
build:
runs-on: [self-hosted, linux]
runs-on: [docker]
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
unittest-single:
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, unittest]
environment: Testing
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 66df808

Please sign in to comment.