Skip to content

Commit

Permalink
Merge pull request #8 from bigbeartechworld/renovate/docker-setup-bui…
Browse files Browse the repository at this point in the history
…ldx-action-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
dragonfire1119 authored Jan 27, 2024
2 parents 07b586c + 30a31e0 commit 34b48e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
platforms: all

- name: Set up Docker Build
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_for_pocketbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
platforms: all

- name: Set up Docker Build
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 34b48e9

Please sign in to comment.