ci: docker: deploy automatically only on default branch and tags
authorPetr Štetiar <ynezz@true.cz>
Wed, 3 Nov 2021 13:59:26 +0000 (14:59 +0100)
committerPetr Štetiar <ynezz@true.cz>
Wed, 3 Nov 2021 13:59:26 +0000 (14:59 +0100)
commit46c1b080d3eadebbb504150788ddd2d9424eb28f
treea6a46a85cbb89d26ac62e82011b9d268f75e6fce
parentb5fe0a11ac3427fb42203cc33ea84160818b073e
ci: docker: deploy automatically only on default branch and tags

In commit fecd899e8189 ("docker: deploy only manually and on
master/tags") we've introduced manual deployment of the Docker images,
but this is unneeded additional manual step, so rather prefer automatic
deployment. While at it, convert to usage of `rules:` as `only:` is
deprecated and `rules:` are preferred.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
.gitlab/docker.yml