Skip to content

Commit

Permalink
Merge pull request #176 from somehowchris/renovate/docker-setup-build…
Browse files Browse the repository at this point in the history
…x-action-3.x

chore(deps): update docker/setup-buildx-action action to v3
  • Loading branch information
somehowchris authored Feb 13, 2024
2 parents 4d213af + 4ce9d4c commit 22c80af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

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

- name: Build
run: docker buildx build --platform ${{ matrix.arch }} -f ${{ matrix.dockerfile }} --load .
Expand Down

0 comments on commit 22c80af

Please sign in to comment.