Skip to content

Commit

Permalink
Merge pull request #55 from baptistecdr/renovate/docker-setup-buildx-…
Browse files Browse the repository at this point in the history
…action-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
baptistecdr authored Nov 4, 2023
2 parents 3947c99 + a31f152 commit fdff22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
Expand Down

0 comments on commit fdff22e

Please sign in to comment.