diff --git a/.drone.yml b/.drone.yml index 8f4c8f2..d712023 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,13 +8,14 @@ steps: context: app dockerfile: app/Dockerfile tags: - - latest - - ${DRONE_TAG} + - latest + - ${DRONE_TAG} repo: jjtc/bookstack-ppm username: from_secret: docker_username password: from_secret: docker_password - when: - event: - - tag \ No newline at end of file + +trigger: + event: + - tag