fix: docker (#1354)
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1354
This commit is contained in:
parent
e311e617e6
commit
59ac5ec8c0
@ -5,16 +5,23 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'release-*'
|
- 'release-*'
|
||||||
|
|
||||||
|
env:
|
||||||
|
npm_config_registry: ${{ vars.REGISTRY_URL }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Node.js
|
- name: Setup pnpm
|
||||||
|
uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 8.15.5
|
||||||
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20.12.0
|
||||||
registry-url: ${{ vars.REGISTRY_URL }}
|
registry-url: ${{ vars.REGISTRY_URL }}
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
Loading…
Reference in New Issue
Block a user