Skip to content

Commit

Permalink
Merge pull request #171 from PrivateBin/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
elrido authored Sep 14, 2023
2 parents 63992f5 + 10f3a04 commit d5561cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
platforms: linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true
- name: Login to DockerHub
Expand Down

0 comments on commit d5561cd

Please sign in to comment.