mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
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
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user