Skip to content

Commit 0b2e57c

Browse files
authored
Use self-hosted runners for republish workflow (#33507)
* Update republish_released_docker_containers.yml * Set up gcloud
1 parent 0ea0fb4 commit 0b2e57c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/republish_released_docker_containers.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
jobs:
3939

4040
build:
41-
runs-on: [self-hosted, ubuntu-20.04, highmem]
41+
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4
@@ -56,6 +56,11 @@ jobs:
5656
uses: actions/setup-python@v5
5757
with:
5858
python-version: '3.9'
59+
- name: Authenticate on GCP
60+
uses: google-github-actions/setup-gcloud@v0
61+
with:
62+
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
63+
service_account_key: ${{ secrets.GCP_SA_KEY }}
5964
- name: Set up Docker Buildx
6065
uses: docker/setup-buildx-action@v2
6166
- name: Remove default github maven configuration

0 commit comments

Comments
 (0)