chore: github action build image

pull/101/head
xiaojunnuo 2024-07-23 23:06:11 +08:00
parent b6b8661c36
commit 0b131c00ed
2 changed files with 2 additions and 10 deletions

View File

@ -40,15 +40,6 @@ jobs:
// echo "version=0.0.5" >> $GITHUB_OUTPUT
return "0.0.5"
- name: Set up the working directory
run: |
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
@ -67,5 +58,6 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
context: ./packages/ui/
tags: |
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}}

View File

@ -1 +1 @@
1
2