mirror of https://github.com/certd/certd
chore: github action build
parent
72bff652f7
commit
3a8d44b8e9
|
@ -27,7 +27,7 @@ jobs:
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
const pnpmWorkspace = "pnpm-workspace.yaml";
|
const pnpmWorkspace = "pnpm-workspace.yaml";
|
||||||
fs.removeSync(jsonFilePath)
|
fs.removeSync(pnpmWorkspace)
|
||||||
|
|
||||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||||
|
@ -53,8 +53,8 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: registry.cn-shenzhen.aliyuncs.com
|
registry: registry.cn-shenzhen.aliyuncs.com
|
||||||
username: ${{ secrets.aliyun_cs_username }}
|
username: ${{ secrets.ALIYUN_CS_USERNAME }}
|
||||||
password: ${{ secrets.aliyun_cs_password }}
|
password: ${{ secrets.ALIYUN_CS_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6.5.0
|
uses: docker/build-push-action@v6.5.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5
|
6
|
Loading…
Reference in New Issue