Add requirements for multi-platform docker build to the CI

This commit is contained in:
Mohamed Elashri 2024-04-04 22:58:00 +02:00 committed by GitHub
parent 3e1c7eb434
commit b1a3124fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,12 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about)
# to extract tags and labels that will be applied to the specified image.