diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 1d700a6..44b7726 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -41,6 +41,13 @@ jobs: # Git checkout - name: Checkout repository uses: actions/checkout@v3 + # See https://github.com/crazy-max/ghaction-docker-buildx#moved-to-docker-organization + # https://github.com/docker/setup-qemu-action + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + # https://github.com/docker/setup-buildx-action + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 # Create main images for Docker - name: Login to docker hub uses: docker/login-action@v2