Skip to content

Commit

Permalink
Merge pull request #14 from netbootxyz/renovate/docker-setup-buildx-a…
Browse files Browse the repository at this point in the history
…ction-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
antonym authored Oct 22, 2023
2 parents 8e28f8f + 02d537c commit 4dd575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Login to the GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 4dd575a

Please sign in to comment.