Compare commits

...

4 Commits

Author SHA1 Message Date
3wc 5e373b24c8 chore: publish 0.2.1+1.0.0 release
continuous-integration/drone/push Build is passing Details
2023-12-04 12:40:49 -03:00
3wc 7f1a02523e chore: publish 0.2.0+1.0.0 release
continuous-integration/drone/push Build is passing Details
2023-11-10 14:15:58 +00:00
3wc b01ad30ea0 Set manual tag
continuous-integration/drone/push Build is passing Details
2023-11-10 14:13:51 +00:00
3wc 5e1032682b Switch to publishing on gitea 2023-11-10 14:12:32 +00:00
2 changed files with 24 additions and 8 deletions

View File

@ -10,12 +10,12 @@ steps:
- name: publish image
image: plugins/docker
settings:
auto_tag: true
username: thecoopcloud
username: 3wordchant
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/backup-bot-two
tags: latest
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/backup-bot-two
tags: 1.0.0
registry: git.coopcloud.tech
depends_on:
- run shellcheck
when:
@ -25,4 +25,20 @@ steps:
trigger:
branch:
- main
- bb2-classic
---
kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
image: plugins/downstream
settings:
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
app:
image: thecoopcloud/backup-bot-two:latest
image: git.coopcloud.tech/coop-cloud/backup-bot-two:1.0.0
# build: .
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
@ -24,7 +24,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule="
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.version=0.1.0+latest
- coop-cloud.${STACK_NAME}.version=0.2.1+1.0.0
volumes:
backups: