Now using selfhosted registry images

This commit is contained in:
Nicolai Ort 2021-04-14 19:17:20 +02:00
parent 040dea9731
commit e899c0426a
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ name: build:tag
steps:
- name: checkout backend
image: alpine/git
image: registry.odit.services/hub/alpine/git
commands:
- git clone https://git.odit.services/lfk/backend backend
- cd backend
@ -33,7 +33,7 @@ steps:
- cd ..
- rm -rf backend
- name: run lib build
image: node:alpine
image: registry.odit.services/hub/library/node:alpine
commands:
- yarn
- yarn build