Skip to content

Commit

Permalink
No Self Hosting Yet
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent 7cfbaf1 commit 464bd3b
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: self-hosted
runs-on: ubuntu-latest

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: self-hosted
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 464bd3b

Please sign in to comment.