mirror of https://github.com/certd/certd
chore: github action build image
parent
7bf19f8f6f
commit
b6b8661c36
|
@ -45,13 +45,17 @@ jobs:
|
||||||
ls
|
ls
|
||||||
working-directory: /home/runner/work/certd/certd/packages/ui/
|
working-directory: /home/runner/work/certd/certd/packages/ui/
|
||||||
|
|
||||||
|
- name: list files
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to aliyun container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: registry.cn-shenzhen.aliyuncs.com
|
registry: registry.cn-shenzhen.aliyuncs.com
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9
|
1
|
||||||
|
|
Loading…
Reference in New Issue