Update Docker build Action

This commit is contained in:
Tindy X 2021-02-17 02:05:43 +08:00
parent 28f4877885
commit ce995fa3a6
No known key found for this signature in database
GPG Key ID: C6AD413169968D58

View File

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