diff --git a/.drone.yml b/.drone.yml index 7e2c2a0..82451c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: build-smart-commit steps: - name: "build-and-push" - image: alpine/docker + image: yobasystems/alpine-docker commands: - docker build -t code.ndumas.com/ndumas/smart-commit:latest . - docker push code.ndumas.com/ndumas/smart-commit:latest