remove buildx

This commit is contained in:
Nemo D'ACREMONT 2025-09-06 13:44:32 +02:00
parent eb71eb39e4
commit 1f6ad9e05c
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -35,12 +35,6 @@ jobs:
- name: check docker
run: docker ps -a; docker run --rm hello-world
# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://`.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0`
- name: Restore Docker cache
uses: actions/cache@v3
with: