Skip to content

Commit 5782cd6

Browse files
Bump docker/setup-buildx-action from 2.1.0 to 3.0.0 (github#42562)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson <[email protected]>
1 parent 1fcbad0 commit 5782cd6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
9393

9494
- name: Set up Docker Buildx
95-
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70
95+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
9696

9797
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
9898
name: Check out main branch

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.PROD_REGISTRY_PASSWORD }}
4747

4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70
49+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
5050

5151
- name: Check out repo
5252
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

.github/workflows/azure-staging-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
5858

5959
- name: Set up Docker Buildx
60-
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70
60+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
6161

6262
- name: Check out repo
6363
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

.github/workflows/main-preview-docker-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
4343

4444
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70
45+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
4646

4747
- name: Check out repo
4848
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

0 commit comments

Comments
 (0)