Skip to content

Commit

Permalink
ci: pin plugins/manifest image tag (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Feb 5, 2020
1 parent d830612 commit d1ae91c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ local manifest(apps) = pipeline('manifest') {
steps: std.foldl(
function(acc, app) acc + [{
name: 'manifest-' + app,
image: 'plugins/manifest',
image: 'plugins/manifest:1.2.3',
settings: {
// the target parameter is abused for the app's name,
// as it is unused in spec mode. See docker-manifest.tmpl
Expand Down
6 changes: 3 additions & 3 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ platform:

steps:
- name: manifest-promtail
image: plugins/manifest
image: plugins/manifest:1.2.3
settings:
password:
from_secret: docker_password
Expand All @@ -516,7 +516,7 @@ steps:
- clone

- name: manifest-loki
image: plugins/manifest
image: plugins/manifest:1.2.3
settings:
password:
from_secret: docker_password
Expand All @@ -529,7 +529,7 @@ steps:
- manifest-promtail

- name: manifest-loki-canary
image: plugins/manifest
image: plugins/manifest:1.2.3
settings:
password:
from_secret: docker_password
Expand Down

0 comments on commit d1ae91c

Please sign in to comment.