Now using odit image in ci

This commit is contained in:
2021-08-17 20:51:13 +02:00
parent 8e8c71ea6f
commit 2a27b294ec

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