This commit is contained in:
parent
7972f7321c
commit
81735ff2c5
@ -57,7 +57,6 @@ local PipelineNotifications(depends_on=[]) = {
|
|||||||
name: 'manifest',
|
name: 'manifest',
|
||||||
settings: {
|
settings: {
|
||||||
ignore_missing: true,
|
ignore_missing: true,
|
||||||
tags: ['${DRONE_TAG}', '${DRONE_TAG%-*}', '${DRONE_TAG%.*}', '${DRONE_TAG%%.*}'],
|
|
||||||
username: { from_secret: 'docker_username' },
|
username: { from_secret: 'docker_username' },
|
||||||
password: { from_secret: 'docker_password' },
|
password: { from_secret: 'docker_password' },
|
||||||
spec: './manifest.tmpl',
|
spec: './manifest.tmpl',
|
||||||
|
@ -53,11 +53,6 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
spec: ./manifest.tmpl
|
spec: ./manifest.tmpl
|
||||||
tags:
|
|
||||||
- ${DRONE_TAG}
|
|
||||||
- ${DRONE_TAG%-*}
|
|
||||||
- ${DRONE_TAG%.*}
|
|
||||||
- ${DRONE_TAG%%.*}
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
|
||||||
@ -101,6 +96,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 18d51c3100fde1f5f7a1813aeb14fff653ae509b4040e492d2420486201988eb
|
hmac: 4934bdb4da4822d1b66100616df27aa4c6b9b23fbec8191303def1ac2cce0764
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user