decentral1se 2f153965a2
All checks were successful
continuous-integration/drone/push Build is passing
feat: init
2025-02-06 20:46:56 +01:00

24 lines
714 B
YAML

---
kind: pipeline
name: publish docker image
steps:
- name: download writefreely code
image: alpine/curl:8.1.2
commands:
- curl -L -o writefreely.tar.gz https://github.com/writefreely/writefreely/archive/refs/tags/v0.15.1.tar.gz
- "tar -zxvf writefreely.tar.gz"
- "rm writefreely.tar.gz"
- "mv writefreely-* writefreely"
- name: build and publish
image: plugins/docker
settings:
dockerfile: writefreely/Dockerfile
context: writefreely
username: coopcloud
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/docker-writefreely
tags: v0.15.1
registry: git.coopcloud.tech