docker-hometown/.drone.yml

23 lines
709 B
YAML
Raw Permalink Normal View History

2023-07-14 11:38:22 +00:00
---
kind: pipeline
name: publish docker image
steps:
- name: download hometown code
2023-07-14 11:44:43 +00:00
image: alpine/curl:8.1.2
2023-07-14 11:38:22 +00:00
commands:
2024-02-16 21:48:47 +00:00
- curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v4.0.15+hometown-1.1.1.tar.gz
2023-07-14 11:41:03 +00:00
- "tar -zxvf hometown.tar.gz"
- "rm hometown.tar.gz"
2023-07-14 11:38:22 +00:00
- "mv hometown-* hometown"
- name: build and publish
image: plugins/docker
settings:
2023-07-14 11:53:15 +00:00
dockerfile: hometown/Dockerfile
2023-07-14 11:38:22 +00:00
context: hometown
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
2023-07-14 11:50:44 +00:00
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown
2024-02-16 21:48:47 +00:00
tags: v4.0.15-hometown-1.1.1
2023-07-14 11:50:44 +00:00
registry: git.coopcloud.tech