This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/self-hosted-docker-push-all
in repository https://gitbox.apache.org/repos/asf/beam.git

commit bbbc2122d4f707951941ccf772557f184cf297d6
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Jan 9 11:02:31 2025 -0500

    Build docker artifacts from self-hosted runners
---
 .github/workflows/build_release_candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 54235a71c91..8662b2d8436 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -245,7 +245,7 @@ jobs:
 
   stage_docker:
     if:  ${{ fromJson(github.event.inputs.STAGE).docker_artifacts == 'yes'}}
-    runs-on: [self-hosted, ubuntu-20.04, highmem]
+    runs-on: ubuntu-latest
     steps:
       - name: Checkout
         uses: actions/checkout@v4

Reply via email to