Skip to content

Commit

Permalink
Merge pull request #249 from laminas/renovate/docker-setup-buildx-act…
Browse files Browse the repository at this point in the history
…ion-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
Ocramius authored Sep 13, 2023
2 parents c1e4324 + 938686b commit b1d194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit b1d194c

Please sign in to comment.