2023-07-17 18:50:55 +02:00
|
|
|
steps:
|
2023-07-17 18:52:12 +02:00
|
|
|
publish:
|
2023-07-17 18:50:55 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
repo: ellpeck/woodpecker-nextcloud-upload
|
|
|
|
dockerfile: nextcloud-upload/Dockerfile
|
2023-07-17 19:15:47 +02:00
|
|
|
platforms: linux/amd64, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/riscv64
|
2023-07-17 18:59:32 +02:00
|
|
|
tags: latest, ${CI_COMMIT_SHA}
|
2023-07-17 18:57:15 +02:00
|
|
|
username: ellpeck
|
2023-07-17 18:54:51 +02:00
|
|
|
password:
|
|
|
|
from_secret: docker_token
|
2023-07-17 18:50:55 +02:00
|
|
|
when:
|
|
|
|
branch: main
|
|
|
|
event: push
|
2023-07-17 18:55:53 +02:00
|
|
|
path: "nextcloud-upload/*"
|