Skip to content

Commit

Permalink
Build docker artifacts from self-hosted runners (#33547)
Browse files Browse the repository at this point in the history
* Build docker artifacts from self-hosted runners

* Use 22.04
  • Loading branch information
damccorm authored Feb 6, 2025
1 parent 9fd9fca commit b5ff2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b5ff2b6

Please sign in to comment.