Skip to content

Commit

Permalink
ci(.github): use latest version of ubuntu runner image to build kuma-…
Browse files Browse the repository at this point in the history
…init image (#11826)

## Motivation

Restore the changes we'd done to work around these issues:
* #11804

## Implementation information

Use `ubuntu-latest` runner images.
I'm creating the PR from the same repo to maintain parity between runs
here and those of master branches.

---------

Signed-off-by: Jay Chen <[email protected]>
  • Loading branch information
jijiechen authored Oct 23, 2024
1 parent 6e96b26 commit 503c746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
make publish/pulp
build-images:
runs-on: ubuntu-22.04 # pining to this version until https://github.com/actions/runner-images/issues/10636#issuecomment-2397720931 has a better solution
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down Expand Up @@ -196,6 +196,7 @@ jobs:
digest-images:
needs: [build-images]
runs-on: ubuntu-latest
if: ${{ fromJSON(inputs.ALLOW_PUSH) }}
outputs:
DIGESTS: ${{ steps.compute-digests.outputs.digests }}
steps:
Expand Down

0 comments on commit 503c746

Please sign in to comment.