mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-22 02:23:29 +01:00
15 lines
424 B
YAML
15 lines
424 B
YAML
steps:
|
|
publish:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: ellpeck/woodpecker-nextcloud-upload
|
|
dockerfile: nextcloud-upload/Dockerfile
|
|
platforms: linux/amd64, linux/arm/v7, linux/arm64/v8
|
|
tags: latest, ${CI_COMMIT_SHA}
|
|
username: ellpeck
|
|
password:
|
|
from_secret: docker_token
|
|
when:
|
|
branch: main
|
|
event: push
|
|
path: "nextcloud-upload/*"
|