mirror of
https://github.com/certd/certd.git
synced 2026-04-30 01:07:28 +08:00
chore:
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
const pnpmWorkspace = "pnpm-workspace.yaml";
|
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
||||||
fs.removeSync(jsonFilePath)
|
fs.removeSync(jsonFilePath)
|
||||||
|
|
||||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||||
@@ -62,4 +62,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.version}}
|
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.version}}
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
5
|
7
|
||||||
|
|||||||
Reference in New Issue
Block a user