Skip to content

Bump github.com/docker/buildx from 0.15.0 to 0.15.1 in /tools in the tools group #2846

Bump github.com/docker/buildx from 0.15.0 to 0.15.1 in /tools in the tools group

Bump github.com/docker/buildx from 0.15.0 to 0.15.1 in /tools in the tools group #2846

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Install an old cluster, upgrade it and check it
uses: ./gh-actions/upgrade-e2e
- name: Post Mortem
if: failure()
uses: ./gh-actions/post-mortem