Skip to content

Commit

Permalink
use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Apr 9, 2024
1 parent 4c5b264 commit b73f48c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:

jobs:
build:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: [self-hosted, size-m]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit b73f48c

Please sign in to comment.