always pull docker images

main
Ricard Illa 2022-08-22 12:17:31 +02:00
parent fdd35d4e9c
commit d075ad28c5
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 0 deletions

View File

@ -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