Skip to content

Commit

Permalink
Merge pull request #4372 from faucetsdn/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
gizmoguy committed Sep 13, 2023
2 parents df72290 + bc55dd2 commit 1539c5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
platforms: all
- name: Set up docker buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest
- name: Login to docker registry
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
platforms: all
- name: Set up docker buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest
- name: Login to docker registry
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
platforms: all
- name: Set up docker buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest
- name: Login to docker registry
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
platforms: all
- name: Set up docker buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest
- name: Login to docker registry
Expand Down

0 comments on commit 1539c5e

Please sign in to comment.