ci(docker): update Buildx setup to use BuildKit container backend (#8320)
This commit is contained in:
parent
f21d23fb58
commit
c0c08841ce
1 changed files with 11 additions and 0 deletions
11
.github/workflows/docker-build.yml
vendored
11
.github/workflows/docker-build.yml
vendored
|
|
@ -204,6 +204,10 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: latest
|
||||
driver: docker-container
|
||||
driver-opts: |
|
||||
image=moby/buildkit:v0.22.0
|
||||
network=host
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
|
@ -278,6 +282,13 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: latest
|
||||
driver: docker-container
|
||||
driver-opts: |
|
||||
image=moby/buildkit:v0.22.0
|
||||
network=host
|
||||
|
||||
|
||||
- name: Login to Docker Hub
|
||||
if: ${{ matrix.component == 'docker-backend' }} || ${{ matrix.component == 'docker-frontend' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue