diff --git a/.drone.yml b/.drone.yml index cb0faec..c3bf82d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,4 +29,7 @@ steps: password: from_secret: docker_password dockerfile: Dockerfile - context: . \ No newline at end of file + context: . + tags: + - latest + - ${DRONE_BUILD_NUMBER} \ No newline at end of file