mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Update Docker build Action
This commit is contained in:
parent
28f4877885
commit
ce995fa3a6
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user