Add docker buildx pre-requisites (#2408)

This commit is contained in:
Bassem Dghaidi
2023-03-14 14:22:38 +01:00
committed by GitHub
parent 6c66c1633f
commit 19d30dea5f

View File

@@ -104,6 +104,14 @@ jobs:
echo "short_sha=$(git rev-parse --short ${{ github.ref }})" >> $GITHUB_OUTPUT
echo "INFO: Normalizing repository name (lowercase)"
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
version: latest
# Unstable builds - run at your own risk
- name: Build and Push