Use different image for build

This commit is contained in:
Jim Martens 2023-08-12 18:17:06 +02:00
parent 05c3a6f82c
commit 1e0d1786a8
1 changed files with 1 additions and 5 deletions

View File

@ -23,12 +23,8 @@ steps:
path: /cache
- name: build
pull: always
image: 2martens/ruby-node:3-18
environment:
BUNDLE_PATH: .bundle
image: node:18-alpine
commands:
- export LANG="C.UTF-8"
- export LC_ALL="C.UTF-8"
- npm ci
- npm run build:production
- name: rebuild-cache