add npm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2024-02-16 21:48:23 +01:00
parent d0133227be
commit 0c6403717a
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
2 changed files with 8 additions and 6 deletions

View file

@ -1,13 +1,13 @@
pipeline:
steps:
build-and-push:
image: plugins/docker
settings:
registry: code.cozy.town
username:
username:
from_secret: registry_username
password:
password:
from_secret: registry_token
repo: code.cozy.town/vrifox/hugoci
tags:
tags:
- latest
cache_from: code.cozy.town/vrifox/hugoci:latest
cache_from: code.cozy.town/vrifox/hugoci:latest

View file

@ -1,2 +1,4 @@
FROM docker.io/alpine:latest
RUN apk add --no-cache hugo git openssh rsync
RUN apk add --no-cache hugo git openssh rsync npm
RUN hugo version
RUN npm --version