mirror of https://github.com/certd/certd
chore: 测试armv7
parent
fddf3a0f68
commit
52ec48656d
|
@ -67,11 +67,12 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/armv7
|
||||||
push: true
|
push: true
|
||||||
context: ./packages/ui/
|
context: ./packages/ui/
|
||||||
tags: |
|
tags: |
|
||||||
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:armv7
|
||||||
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}}
|
# registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
||||||
greper/certd:latest
|
# registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.result}}
|
||||||
greper/certd:${{steps.get_certd_version.outputs.result}}
|
# greper/certd:latest
|
||||||
|
# greper/certd:${{steps.get_certd_version.outputs.result}}
|
||||||
|
|
|
@ -4,10 +4,10 @@ on:
|
||||||
branches: ['v2']
|
branches: ['v2']
|
||||||
paths:
|
paths:
|
||||||
- "deploy.trigger"
|
- "deploy.trigger"
|
||||||
workflow_run:
|
# workflow_run:
|
||||||
workflows: [ "build-image" ]
|
# workflows: [ "build-image" ]
|
||||||
types:
|
# types:
|
||||||
- completed
|
# - completed
|
||||||
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
23:21
|
1
|
||||||
|
|
Loading…
Reference in New Issue