Skip to content

Commit

Permalink
Fix runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Sep 6, 2024
1 parent 4832f0d commit 2a2a3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Builds, tags, and pushes Cobalt docker build images to ghr.
docker-build-image:
needs: [initialize]
runs-on: [self-hosted, linux-runner]
runs-on: [self-hosted, chrobalt-linux-runner]
env:
GITHUB_REGISTRY: ghcr.io
GAR_REGISTRY: gcr.io
Expand Down

0 comments on commit 2a2a3ee

Please sign in to comment.