Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.0.0 to 3.1.0
  • Loading branch information
rdavydov authored Feb 29, 2024
2 parents 3690c47 + 12e93d0 commit 2bdb3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-qemu-action@v3.0.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.1.0

- name: Login to DockerHub
uses: docker/login-action@v3.0.0
Expand Down

0 comments on commit 2bdb3d2

Please sign in to comment.