Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
640511705b | |||
eaf380bfdc | |||
cc3caa58b6 |
2 changed files with 14 additions and 12 deletions
|
@ -1,13 +1,13 @@
|
|||
pipeline:
|
||||
steps:
|
||||
build-and-push:
|
||||
image: plugins/docker
|
||||
registry: code.cozy.town
|
||||
username: ${REGISTRY_USERNAME}
|
||||
password: ${REGISTRY_TOKEN}
|
||||
repo: code.cozy.town/vrifox/hugoci
|
||||
tags:
|
||||
- latest
|
||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||
secrets:
|
||||
- registry_username
|
||||
- registry_token
|
||||
settings:
|
||||
registry: code.cozy.town
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_token
|
||||
repo: code.cozy.town/vrifox/hugoci
|
||||
tags:
|
||||
- latest
|
||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue