Skip to content

Commit

Permalink
ci: Pin buildx action version to fix release workflow (argoproj#10471)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan authored and kim-codefresh committed Feb 13, 2023
1 parent 43a16b2 commit 9c6ed07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
version: v0.9.1

- name: Cache Docker layers
uses: actions/cache@v3
Expand Down Expand Up @@ -107,6 +109,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
version: v0.9.1

- name: Cache Docker layers
uses: actions/cache@v3
Expand Down

0 comments on commit 9c6ed07

Please sign in to comment.