remove buildx
This commit is contained in:
parent
eb71eb39e4
commit
1f6ad9e05c
@ -35,12 +35,6 @@ jobs:
|
|||||||
- name: check docker
|
- name: check docker
|
||||||
run: docker ps -a; docker run --rm hello-world
|
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
|
- name: Restore Docker cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user