Merge pull request #5995 from reasonerjt/buildx-version-test
Test pinning to an old version of buildx
commit
2535ac4dae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue