Skip to content

Commit 228663b

Browse files
committed
try fixing CI
1 parent 5afe52a commit 228663b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
submodules: recursive
3535

36+
# Set up BuildKit Docker container builder to be able to build
37+
# multi-platform images and export cache
38+
# https://github.com/docker/setup-buildx-action
39+
- name: Set up Docker Buildx
40+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
41+
3642
# Login against a Docker registry except on PR
3743
# https://github.com/docker/login-action
3844
- name: Log into registry ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)