Skip to content

Commit 9bad67c

Browse files
Merge pull request #242 from codefresh-io/CR-16945
ci: Pin buildx action version to fix release workflow (argoproj#10471)
2 parents bf43adf + 53753cc commit 9bad67c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Set up Docker Buildx
3636
uses: docker/setup-buildx-action@v2
37+
with:
38+
version: v0.9.1
3739

3840
- name: Cache Docker layers
3941
uses: actions/cache@v3
@@ -107,6 +109,8 @@ jobs:
107109

108110
- name: Set up Docker Buildx
109111
uses: docker/setup-buildx-action@v2
112+
with:
113+
version: v0.9.1
110114

111115
- name: Cache Docker layers
112116
uses: actions/cache@v3

0 commit comments

Comments
 (0)