Fix buildx
This commit is contained in:
parent
60351caf8c
commit
e220a049f6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -11,6 +11,10 @@ jobs:
|
|||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- uses: docker/login-action@v1
|
||||
name: Login to Docker Hub
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue