Update Docker build Action

This commit is contained in:
Tindy X
2021-02-17 02:05:43 +08:00
parent 28f4877885
commit ce995fa3a6

View File

@@ -12,12 +12,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up docker buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
with:
buildx-version: latest
qemu-version: latest
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Docker login
env: