Skip to content

Commit

Permalink
Merge pull request #68 from faucetsdn/renovate/docker-setup-buildx-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
gizmoguy authored Oct 17, 2023
2 parents 1528c6a + d1f2c4d commit cbe2e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: Run buildx
Expand Down

0 comments on commit cbe2e7c

Please sign in to comment.