diff --git a/.drone.jsonnet b/.drone.jsonnet index f525489..404afe9 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -57,7 +57,6 @@ local PipelineNotifications(depends_on=[]) = { name: 'manifest', settings: { ignore_missing: true, - tags: ['${DRONE_TAG}', '${DRONE_TAG%-*}', '${DRONE_TAG%.*}', '${DRONE_TAG%%.*}'], username: { from_secret: 'docker_username' }, password: { from_secret: 'docker_password' }, spec: './manifest.tmpl', diff --git a/.drone.yml b/.drone.yml index e93badc..f5a9da4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,11 +53,6 @@ steps: password: from_secret: docker_password spec: ./manifest.tmpl - tags: - - ${DRONE_TAG} - - ${DRONE_TAG%-*} - - ${DRONE_TAG%.*} - - ${DRONE_TAG%%.*} username: from_secret: docker_username @@ -101,6 +96,6 @@ depends_on: --- kind: signature -hmac: 18d51c3100fde1f5f7a1813aeb14fff653ae509b4040e492d2420486201988eb +hmac: 4934bdb4da4822d1b66100616df27aa4c6b9b23fbec8191303def1ac2cce0764 ...