mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: github action build image
This commit is contained in:
6
.github/workflows/build-image.yml
vendored
6
.github/workflows/build-image.yml
vendored
@@ -45,13 +45,17 @@ jobs:
|
||||
ls
|
||||
working-directory: /home/runner/work/certd/certd/packages/ui/
|
||||
|
||||
- name: list files
|
||||
run: |
|
||||
ls
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
- name: Login to aliyun container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.cn-shenzhen.aliyuncs.com
|
||||
|
||||
@@ -1 +1 @@
|
||||
9
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user