diff --git a/.drone.yml b/.drone.yml index 3050e0d..5cb343b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline type: docker -name: app-check +name: build steps: - name: build-deps @@ -30,7 +30,7 @@ steps: - pull_request branch: exclude: master - - name: docker-build + - name: build-docker # https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md image: plugins/docker when: