From ae8d865a812822d7650968c720a8a008702368ef Mon Sep 17 00:00:00 2001 From: valvin Date: Thu, 1 Dec 2022 21:51:01 +0100 Subject: [PATCH] fix(ci): switch branch to master --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e7a2334..3723281 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,6 @@ steps: - /kaniko/executor --context $DRONE_WORKSPACE --dockerfile Dockerfile --destination $CI_REGISTRY_IMAGE:$IMAGE_TAG when: branch: - - main + - master event: - push \ No newline at end of file