always pull docker images
parent
fdd35d4e9c
commit
d075ad28c5
|
@ -3,12 +3,14 @@ platform: linux/arm64
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: registry.monotremata.xyz/static-page-builder
|
image: registry.monotremata.xyz/static-page-builder
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make www
|
- make www
|
||||||
- make onion
|
- make onion
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: registry.monotremata.xyz/rsync
|
image: registry.monotremata.xyz/rsync
|
||||||
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
host: caladan
|
host: caladan
|
||||||
user: woodpecker
|
user: woodpecker
|
||||||
|
|
Loading…
Reference in New Issue