Skip to content

Commit

Permalink
Merge pull request #71 from Staffbase/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
ricoberger authored Sep 14, 2023
2 parents d3d21e9 + 849e403 commit 0f10bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ runs:
- name: Set up Docker Buildx
if: inputs.docker-username != '' && inputs.docker-password != ''
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to Registry
if: inputs.docker-username != '' && inputs.docker-password != ''
Expand Down

0 comments on commit 0f10bc1

Please sign in to comment.