Remove Ubuntu 25.04 ("plucky"), which is EOL #638
Workflow file for this run
This file contains hidden or 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: build-docker-cli | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| - 'docker/[0-9]+.[0-9]+' | |
| paths: | |
| - '.github/workflows/.build.yml' | |
| - '.github/workflows/build-docker-cli.yml' | |
| - 'hack/scripts/**' | |
| - 'pkg/docker-cli/**' | |
| - 'docker-bake.hcl' | |
| pull_request: | |
| branches: | |
| - 'main' | |
| - 'docker/[0-9]+.[0-9]+' | |
| paths: | |
| - '.github/workflows/.build.yml' | |
| - '.github/workflows/build-docker-cli.yml' | |
| - 'hack/scripts/**' | |
| - 'pkg/docker-cli/**' | |
| - 'docker-bake.hcl' | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/.build.yml | |
| with: | |
| name: docker-cli | |
| secrets: inherit |