Skip to content

Commit

Permalink
ci: revert back to GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Dec 26, 2024
1 parent 6448af0 commit 8bbb579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
base:
runs-on: self-hosted
runs-on: ubuntu-latest
name: Build base image
steps:
# Configure build environment
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

publish:
needs: [base]
runs-on: self-hosted
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
strategy:
matrix:
Expand Down

0 comments on commit 8bbb579

Please sign in to comment.