Fix GitHub Action's container build (#27143)
#26538 introduced a typo that causes the Docker image build to fail.
This commit is contained in:
parent
85bdf4f74e
commit
3f3048e157
3
.github/workflows/build-containers.yml
vendored
3
.github/workflows/build-containers.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user