Skip to content

Commit

Permalink
Merge pull request #242 from codefresh-io/CR-16945
Browse files Browse the repository at this point in the history
ci: Pin buildx action version to fix release workflow (argoproj#10471)
  • Loading branch information
kim-codefresh authored Feb 13, 2023
2 parents bf43adf + 53753cc commit 9bad67c
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 9bad67c

Please sign in to comment.