diff --git a/.drone.yml b/.drone.yml index 1119de0..a2b9793 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,8 @@ environment: DOCKER_REPO: glenux/service-dolibarr steps: - - name: Dokku - image: debian:11-slim + - name: debug + image: alpine commands: - "echo 'Repository: $DOCKER_REPO'" - "echo 'Git commit: $DRONE_COMMIT_SHA'"