Skip to content

Commit 8bd4284

Browse files
authored
Update publish-to-gcr-ghcr.yml to use self hosted runner
1 parent 9ce057a commit 8bd4284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-gcr-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-and-push-to-gcr-service-account:
1111
name: Build & push to GCR/GHCR
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)