Now using odit image in ci

This commit is contained in:
Nicolai Ort 2021-08-17 20:51:13 +02:00
parent 8e8c71ea6f
commit 2a27b294ec
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ name: build:tag
steps:
- name: build and package
depends_on: ["clone"]
image: node:16-alpine3.14
image: registry.odit.services/hub/library/node:16-alpine3.14
commands:
- apk add git zip -f
- yarn