Skip to content

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 #2078

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 #2078

Workflow file for this run

---
name: Branch Checks
on:
pull_request:
permissions: {}
jobs:
target_branch:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets release-0.14
if: ${{ github.base_ref != 'release-0.14' }}
run: exit 1