diff --git a/.drone.yml b/.drone.yml index 46cc277..f7c2f58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,11 @@ steps: settings: repo: git.thisfro.ch/pflaenz.li/pflaenzli dockerfile: Dockerfile + tags: + - latest + - ${DRONE_BUILD_NUMBER} registry: git.thisfro.ch/pflaenz.li/pflaenzli username: from_secret: docker_username password: - from_secret: docker_password \ No newline at end of file + from_secret: docker_password