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

Test pinning to an old version of buildx
buildx-version-test
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:
- 'main'
- 'release-**'
- 'buildx-version-**'
tags:
- '*'
@ -45,7 +46,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.9.1
- name: Build
run: make local