Skip to content

Commit

Permalink
Merge pull request #44 from webis-de/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
janheinrichmerker authored May 12, 2024
2 parents 3c3be9a + e81e771 commit 4ae67f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: 🧰 Set up QEMU
uses: docker/setup-qemu-action@v3
- name: 🧰 Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: 🚀 Build image
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: 🧰 Set up QEMU
uses: docker/setup-qemu-action@v3
- name: 🧰 Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: 🔑 Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4ae67f3

Please sign in to comment.