Skip to content

Commit 45b468b

Browse files
authored
Fix manifest for pushing images (#83)
1 parent dcdcea6 commit 45b468b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.drone.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,10 @@ platform:
365365
steps:
366366
- name: manifest
367367
pull: always
368-
image: plugins/manifest:1
368+
image: plugins/manifest
369369
settings:
370-
ignore_missing: true
370+
ignore_missing: "true"
371+
auto_tag: "true"
371372
password:
372373
from_secret: docker_password
373374
spec: docker/manifest.tmpl

0 commit comments

Comments
 (0)