This commit is contained in:
parent
cc3caa58b6
commit
eaf380bfdc
2 changed files with 9 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
pipeline:
|
steps:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: code.cozy.town
|
registry: code.cozy.town
|
||||||
username:
|
username:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
repo: code.cozy.town/vrifox/hugoci
|
repo: code.cozy.town/vrifox/hugoci
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache hugo git openssh rsync
|
RUN apk add --no-cache hugo git openssh rsync curl nodejs
|
||||||
|
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||||
|
RUN hugo version
|
||||||
|
RUN pnpm --version
|
||||||
|
|
Loading…
Reference in a new issue