feat: with updated docker file and friends
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -26,7 +26,6 @@ steps:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- apk add bash
|
||||
- cuddle x build_cuddle_image
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
@@ -34,19 +33,14 @@ steps:
|
||||
from_secret: docker_username
|
||||
DOCKER_PASSWORD:
|
||||
from_secret: docker_password
|
||||
CUDDLE_SECRETS_PROVIDER: 1password
|
||||
CUDDLE_ONE_PASSWORD_DOT_ENV: ".env.ci"
|
||||
OP_SERVICE_ACCOUNT_TOKEN:
|
||||
from_secret: op_service_account_token
|
||||
|
||||
depends_on:
|
||||
- "load_secret"
|
||||
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token:
|
||||
from_secret: telegram_token
|
||||
to: 2129601481
|
||||
format: markdown
|
||||
when:
|
||||
status: [failure]
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
|
Reference in New Issue
Block a user