Merge pull request #5995 from reasonerjt/buildx-version-test

Test pinning to an old version of buildx
Daniel Jiang 2023-03-19 00:04:43 +08:00 committed by GitHub
commit 2535ac4dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
branches: branches:
- 'main' - 'main'
- 'release-**' - 'release-**'
- 'buildx-version-**'
tags: tags:
- '*' - '*'
@ -45,7 +46,7 @@ jobs:
id: buildx id: buildx
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
with: with:
version: latest version: v0.9.1
- name: Build - name: Build
run: make local run: make local