From c912c1ea01b3f497db1321a40e2e180ce5b0a783 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 22 Jul 2019 11:56:20 +0200 Subject: [PATCH] test tagging --- .drone.jsonnet | 1 - .drone.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 355b585..9b051f1 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -63,7 +63,6 @@ local PipelineNotifications(depends_on=[]) = { name: "manifest", pull: "always", settings: { - auto_tag: true, ignore_missing: true, tags: ["${DRONE_TAG%??}"], username: { from_secret: "docker_username" }, diff --git a/.drone.yml b/.drone.yml index d090992..cc6ec7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,6 @@ steps: pull: always image: plugins/manifest settings: - auto_tag: true ignore_missing: true password: from_secret: docker_password @@ -118,6 +117,6 @@ depends_on: --- kind: signature -hmac: 61face46ad11c158afa2b27ebad7521167c6229d11c7490c06944daeb5b10f70 +hmac: 2f0d93b61fa4f5c23476d4e9f0771d5fadfdafa5a2ff577c668cdf43876eb94c ...