Fix GitHub Action's container build (#27143)

#26538 introduced a typo that causes the Docker image
build to fail.
This commit is contained in:
Massimiliano Culpo 2021-11-02 11:02:04 +01:00 committed by GitHub
parent 85bdf4f74e
commit 3f3048e157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
name: Containers
on:
# This Workflow can be triggered manually
workflow_dispatch:
@ -59,7 +60,7 @@ jobs:
fi
- name: Set up QEMU
uses: docker/setup-qemu-action27d0a4f181a40b142cce983c5393082c365d1480 # @v1
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # @v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # @v1