Skip to content

Commit

Permalink
Merge pull request #508 from MilesCranmer/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
MilesCranmer committed Jan 2, 2024
2 parents 10ce234 + e75230b commit 7325b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_deploy.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 7325b8e

Please sign in to comment.