remove docker cli step in ci.yml

Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
This commit is contained in:
Joana Hrotko 2024-02-27 10:18:13 +00:00 committed by Nicolas De loof
parent e2762b144e
commit 5c4f33702e
1 changed files with 0 additions and 5 deletions

View File

@ -162,11 +162,6 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
cache: true
-
name: Setup docker CLI
run: |
curl https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_CLI_VERSION}.tgz | tar xz
sudo cp ./docker/docker /usr/bin/ && rm -rf docker && docker version
-
name: Build
uses: docker/bake-action@v2