temp: revert ubuntu 24.04 upgrade to investigate pip install break (#… #252
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Kubernetes E2E Runner | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
buildx-k8s-e2e-runner: | |
uses: ./.github/workflows/docker-buildx.yaml | |
with: | |
image_name: k8s-e2e-runner | |
context: ./e2e-runner | |
platform: linux/amd64 | |
secrets: inherit |