Skip to content

Commit

Permalink
Use self-hosted runners for republish workflow (apache#33507)
Browse files Browse the repository at this point in the history
* Update republish_released_docker_containers.yml

* Set up gcloud
  • Loading branch information
damccorm authored Jan 10, 2025
1 parent 0ea0fb4 commit 0b2e57c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/republish_released_docker_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ env:
jobs:

build:
runs-on: [self-hosted, ubuntu-20.04, highmem]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -56,6 +56,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Authenticate on GCP
uses: google-github-actions/setup-gcloud@v0
with:
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Remove default github maven configuration
Expand Down

0 comments on commit 0b2e57c

Please sign in to comment.