Loading .drone.yml 0 → 100644 +32 −0 Original line number Diff line number Diff line --- kind: 'pipeline' name: 'build' type: 'kubernetes' steps: # build and publish - image: 'docker.io/plugins/docker' name: 'publish' pull: 'always' settings: # registery and repos registry: 'cr.simoncor.net' repo: 'cr.simoncor.net/siempie/roundcube' mtu: '1440' # build stuff dockerfile: 'Dockerfile.linux.amd64' daemon_off: 'false' # authentication username: from_secret: 'docker_username' password: from_secret: 'docker_password' # tags tags: - 'v1' - 'latest' README.md +1 −2 Original line number Diff line number Diff line [](https://ci.simoncor.net/siempie/hugo-sws) [](https://ci.simoncor.net/siempie/roundcube) Simple container with Roundcube and plugins pre-installed. | package | version | link | Loading Loading
.drone.yml 0 → 100644 +32 −0 Original line number Diff line number Diff line --- kind: 'pipeline' name: 'build' type: 'kubernetes' steps: # build and publish - image: 'docker.io/plugins/docker' name: 'publish' pull: 'always' settings: # registery and repos registry: 'cr.simoncor.net' repo: 'cr.simoncor.net/siempie/roundcube' mtu: '1440' # build stuff dockerfile: 'Dockerfile.linux.amd64' daemon_off: 'false' # authentication username: from_secret: 'docker_username' password: from_secret: 'docker_password' # tags tags: - 'v1' - 'latest'
README.md +1 −2 Original line number Diff line number Diff line [](https://ci.simoncor.net/siempie/hugo-sws) [](https://ci.simoncor.net/siempie/roundcube) Simple container with Roundcube and plugins pre-installed. | package | version | link | Loading