diff --git a/.drone.yml b/.drone.yml index 6ff47e4..0fb8633 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,7 @@ steps: - docker build --no-cache -t gulp-node:${DRONE_COMMIT} -f Scripte/Dockerfile . - name: Run Gulp - image: gulp-node:latest - pull: if-not-exists + image: gulp-node:${DRONE_COMMIT} commands: - npm install - gulp