Set up Docker Buildx

main
QJoly 2023-05-02 15:53:42 +02:00
parent d7fe13b324
commit c85299f816
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ jobs:
image: tonistiigi/binfmt:latest image: tonistiigi/binfmt:latest
platforms: arm64 platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: with: