Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
e70e4b1cd9 | |||
cc3caa58b6 |
2 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,10 @@
|
|||
when:
|
||||
- event: [manual, push]
|
||||
|
||||
steps:
|
||||
build-and-push:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: code.cozy.town
|
||||
username: vrifox
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_token
|
||||
repo: code.cozy.town/vrifox/hugoci
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM docker.io/alpine:latest
|
||||
RUN apk add --no-cache hugo git openssh rsync npm go
|
||||
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 npm --version
|
||||
RUN pnpm --version
|
Loading…
Add table
Reference in a new issue