diff --git a/.drone.yml b/.drone.yml index ac1549a..6a1020e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,4 +12,8 @@ steps: username: from_secret: docker_username password: - from_secret: docker_password \ No newline at end of file + from_secret: docker_password + +trigger: + ref: + - refs/tags/v* \ No newline at end of file diff --git a/README.md b/README.md index 33c245a..369eb75 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ docker build -t itsblue.dev/plugins/qt-android -f Dockerfile . Execute the plugin from your current working directory: ```text -docker run --rm -e PLUGIN_FOLDER=public -e PLUGIN_SSH_KEY=foo \ +docker run --rm \ -e DRONE_COMMIT_SHA=8f51ad7884c5eb69c11d260a31da7a745e6b78e2 \ -e DRONE_COMMIT_BRANCH=master \ -e DRONE_BUILD_NUMBER=43 \