chore: publish 2.0.1+2.1.1-beta release
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Moritz 2024-10-15 18:56:43 +02:00
parent aeccd605ee
commit 333b7ec16d
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ steps:
password: password:
from_secret: git_coopcloud_tech_token_3wc from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/backup-bot-two repo: git.coopcloud.tech/coop-cloud/backup-bot-two
tags: ${DRONE_TAG} tags: ${DRONE_SEMVER_BUILD}
registry: git.coopcloud.tech registry: git.coopcloud.tech
when: when:
event: event:

View File

@ -2,7 +2,7 @@
version: "3.8" version: "3.8"
services: services:
app: app:
image: git.coopcloud.tech/coop-cloud/backup-bot-two:2.1.0-beta image: git.coopcloud.tech/coop-cloud/backup-bot-two:2.1.1-beta
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/docker/volumes/:/var/lib/docker/volumes/" - "/var/lib/docker/volumes/:/var/lib/docker/volumes/"
@ -16,7 +16,7 @@ services:
- restic_password - restic_password
deploy: deploy:
labels: labels:
- coop-cloud.${STACK_NAME}.version=2.1.0-beta - coop-cloud.${STACK_NAME}.version=2.0.1+2.1.1-beta
- coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-300} - coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-300}
- coop-cloud.backupbot.enabled=true - coop-cloud.backupbot.enabled=true
#entrypoint: ['tail', '-f','/dev/null'] #entrypoint: ['tail', '-f','/dev/null']