fix: docker (#1354)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1354
This commit is contained in:
sealday 2024-07-19 10:35:44 +08:00
parent e311e617e6
commit 59ac5ec8c0

View File

@ -5,16 +5,23 @@ on:
tags:
- 'release-*'
env:
npm_config_registry: ${{ vars.REGISTRY_URL }}
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
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
with:
node-version: 20
node-version: 20.12.0
registry-url: ${{ vars.REGISTRY_URL }}
cache: 'pnpm'
- name: Set up Docker Buildx