Skip to content

Commit

Permalink
Pin buildx to 0.9.1
Browse files Browse the repository at this point in the history
New buildx generates a new OCI format with support for provenance. It
doesn't work with Cloud foundry.
  • Loading branch information
saliceti committed Jan 20, 2023
1 parent c6b3395 commit 1bc95a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
with:
version: v0.9.1

- name: Get Short SHA
id: sha
Expand Down Expand Up @@ -112,6 +114,8 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
with:
version: v0.9.1

- name: Get Short SHA
id: sha
Expand Down

0 comments on commit 1bc95a6

Please sign in to comment.