Skip to content

Commit

Permalink
GitHub Actions Self-Hosted Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent 5f66c38 commit 7cfbaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
build-release:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
push_to_registries:
name: Push Docker image to multiple registries
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 7cfbaf1

Please # to comment.