Skip to content

Commit

Permalink
Merge pull request #245 from vladgh/renovate/docker-setup-buildx-acti…
Browse files Browse the repository at this point in the history
…on-2.x

Update docker/setup-buildx-action action to v2.9.1
  • Loading branch information
vladgh authored Jul 12, 2023
2 parents e5bdbce + 0fbdce9 commit 11fbffb
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 @@ -58,7 +58,7 @@ jobs:
uses: docker/setup-qemu-action@v2.2.0
if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' )
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2.9.0
uses: docker/setup-buildx-action@v2.9.1
if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' )
- name: Login to DockerHub
uses: docker/login-action@v2.2.0
Expand Down

0 comments on commit 11fbffb

Please sign in to comment.