Skip to content

Commit 9c6ed07

Browse files
terrytangyuankim-codefresh
authored andcommitted
ci: Pin buildx action version to fix release workflow (argoproj#10471)
Signed-off-by: Yuan Tang <[email protected]>
1 parent 43a16b2 commit 9c6ed07

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)