|
@@ -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.
|