add autotag to manifest plugin
This commit is contained in:
parent
8ea1f64b7e
commit
3349acca0f
@ -65,6 +65,7 @@ local PipelineNotifications(depends_on=[]) = {
|
|||||||
name: "manifest",
|
name: "manifest",
|
||||||
pull: "always",
|
pull: "always",
|
||||||
settings: {
|
settings: {
|
||||||
|
auto_tag: true,
|
||||||
ignore_missing: true,
|
ignore_missing: true,
|
||||||
username: { from_secret: "docker_username" },
|
username: { from_secret: "docker_username" },
|
||||||
password: { from_secret: "docker_password" },
|
password: { from_secret: "docker_password" },
|
||||||
|
@ -56,6 +56,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
|
auto_tag: true
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
@ -117,6 +118,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: cbd2a20fb2faf2aefb99ea8f4c72172cde68bfe2aa0fb1af886a0bdbcaec7005
|
hmac: 1be20e6fec87140af3743fe805e738be2a4750a85cc8452332287841c30b699f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user