diff --git a/.drone.yml b/.drone.yml index b5a626e..d9b5120 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ pipeline: branch: master build-dev: - image: cbrgm/drone-hugo:latest + image: local/drone-hugo:latest buildDrafts: true buildFuture: true buildExpired: true @@ -30,7 +30,7 @@ pipeline: branch: develop build-prod: - image: cbrgm/drone-hugo:latest + image: local/drone-hugo:latest buildDrafts: false buildFuture: false buildExpired: false