ci: Update Docker Buildx to latest version (#8266)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-05-30 00:08:34 -03:00 committed by GitHub
commit aff3829fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,6 +202,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest
- name: Login to Docker Hub
uses: docker/login-action@v3