mirror of https://github.com/docker/compose.git
remove docker cli step in ci.yml
Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
This commit is contained in:
parent
e2762b144e
commit
5c4f33702e
|
@ -162,11 +162,6 @@ jobs:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
cache: 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
|
name: Build
|
||||||
uses: docker/bake-action@v2
|
uses: docker/bake-action@v2
|
||||||
|
|
Loading…
Reference in New Issue