Skip to content

Commit

Permalink
Merge pull request #9 from selim13/dependabot/github_actions/docker/s…
Browse files Browse the repository at this point in the history
…etup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
selim13 authored Sep 14, 2023
2 parents ffe9931 + 4d3dd26 commit 50f292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 50f292f

Please sign in to comment.