Skip to content

Commit

Permalink
Change Docker image for building Promtail Lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinhart committed Feb 16, 2022
1 parent 4d08030 commit fccb5c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ local clients_docker(arch, app) = {

local lambda_promtail_ecr(app) = {
name: '%s-image' % if $.settings.dry_run then 'build-' + app else 'publish-' + app,
image: 'cstyan/ecr',
image: 'tlinhart/drone-ecr-public',
privileged: true,
settings: {
repo: 'public.ecr.aws/grafana/lambda-promtail',
Expand Down
8 changes: 4 additions & 4 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ steps:
name: image-tag
- depends_on:
- image-tag
image: cstyan/ecr
image: tlinhart/drone-ecr-public
name: build-lambda-promtail-image
privileged: true
settings:
Expand All @@ -1000,7 +1000,7 @@ steps:
- refs/tags/v*
- depends_on:
- image-tag
image: cstyan/ecr
image: tlinhart/drone-ecr-public
name: publish-lambda-promtail-image
privileged: true
settings:
Expand Down Expand Up @@ -1041,7 +1041,7 @@ steps:
name: image-tag
- depends_on:
- image-tag
image: cstyan/ecr
image: tlinhart/drone-ecr-public
name: build-lambda-promtail-image
privileged: true
settings:
Expand All @@ -1062,7 +1062,7 @@ steps:
- refs/tags/v*
- depends_on:
- image-tag
image: cstyan/ecr
image: tlinhart/drone-ecr-public
name: publish-lambda-promtail-image
privileged: true
settings:
Expand Down

0 comments on commit fccb5c3

Please sign in to comment.