diff --git a/.drone.yml b/.drone.yml index c579832..d6c5ddb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -439,6 +439,7 @@ steps: - | /kaniko/executor \ --context=. \ + --build-context=rootconfig=. \ --dockerfile=src/Nocr.TelegramListener.Host/Dockerfile \ --destination=hub.musk.fun/k8s/nocr/telegram_listener:${DRONE_COMMIT_SHA:0:7} \ --destination=hub.musk.fun/k8s/nocr/telegram_listener:${DRONE_TAG} \ @@ -465,6 +466,7 @@ steps: - | /kaniko/executor \ --context=. \ + --build-context=rootconfig=. \ --dockerfile=src/Nocr.TelegramClient.Host/Dockerfile \ --destination=hub.musk.fun/k8s/nocr/telegram_client:${DRONE_COMMIT_SHA:0:7} \ --destination=hub.musk.fun/k8s/nocr/telegram_client:${DRONE_TAG} \ @@ -491,6 +493,7 @@ steps: - | /kaniko/executor \ --context=. \ + --build-context=rootconfig=. \ --dockerfile=src/Nocr.TextMatcher.Host/Dockerfile \ --destination=hub.musk.fun/k8s/nocr/text_matcher:${DRONE_COMMIT_SHA:0:7} \ --destination=hub.musk.fun/k8s/nocr/text_matcher:${DRONE_TAG} \ @@ -517,6 +520,7 @@ steps: - | /kaniko/executor \ --context=. \ + --build-context=rootconfig=. \ --dockerfile=src/Nocr.TextMatcher.Migrator/Dockerfile \ --destination=hub.musk.fun/k8s/nocr/text_matcher_migrator:${DRONE_COMMIT_SHA:0:7} \ --destination=hub.musk.fun/k8s/nocr/text_matcher_migrator:${DRONE_TAG} \ @@ -543,6 +547,7 @@ steps: - | /kaniko/executor \ --context=. \ + --build-context=rootconfig=. \ --dockerfile=src/Nocr.Users.Host/Dockerfile \ --destination=hub.musk.fun/k8s/nocr/users:${DRONE_COMMIT_SHA:0:7} \ --destination=hub.musk.fun/k8s/nocr/users:${DRONE_TAG} \ @@ -569,6 +574,7 @@ steps: - | /kaniko/executor \ --context=. \ + --build-context=rootconfig=. \ --dockerfile=src/Nocr.Users.Migrator/Dockerfile \ --destination=hub.musk.fun/k8s/nocr/users_migrator:${DRONE_COMMIT_SHA:0:7} \ --destination=hub.musk.fun/k8s/nocr/users_migrator:${DRONE_TAG} \