From 02ec4dbe0492c8348752ec74f0e849bfce1b3e41 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 2 May 2024 09:15:25 +0200 Subject: [PATCH] lint --- .drone.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1cd71b0..bfe7423 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline type: docker name: linux-amd64 @@ -130,21 +131,21 @@ type: docker name: manifest steps: -- name: manifest - image: plugins/manifest - settings: - force_tag: true - ignore_missing: true - spec: manifest.tmpl - username: - from_secret: docker_username - password: - from_secret: docker_password - tags: - - latest - - ${DRONE_TAG} - - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR} - - ${DRONE_SEMVER_MAJOR} + - name: manifest + image: plugins/manifest + settings: + force_tag: true + ignore_missing: true + spec: manifest.tmpl + username: + from_secret: docker_username + password: + from_secret: docker_password + tags: + - latest + - ${DRONE_TAG} + - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR} + - ${DRONE_SEMVER_MAJOR} trigger: event: