diff --git a/.drone.yml b/.drone.yml index d574ea2..e5cddac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ trigger: - push steps: + # docker image build - name: docker-build-and-push image: plugins/docker settings: @@ -18,3 +19,4 @@ steps: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD + \ No newline at end of file