Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix drone ECR publish. #4541

Merged
merged 1 commit into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ local lambda_promtail_ecr(app) = {
image: 'cstyan/ecr',
privileged: true,
settings: {
repo: 'lambda-promtail',
repo: 'public.ecr.aws/grafana/lambda-promtail',
registry: 'public.ecr.aws/grafana',
dockerfile: 'tools/%s/Dockerfile' % app,
access_key: { from_secret: ecr_key.name },
Expand Down
6 changes: 3 additions & 3 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ steps:
dry_run: true
region: us-east-1
registry: public.ecr.aws/grafana
repo: lambda-promtail
repo: public.ecr.aws/grafana/lambda-promtail
secret_key:
from_secret: ecr_secret_key
when:
Expand All @@ -931,7 +931,7 @@ steps:
dry_run: false
region: us-east-1
registry: public.ecr.aws/grafana
repo: lambda-promtail
repo: public.ecr.aws/grafana/lambda-promtail
secret_key:
from_secret: ecr_secret_key
when:
Expand Down Expand Up @@ -984,6 +984,6 @@ kind: secret
name: deploy_config
---
kind: signature
hmac: 2f519d332d5e2241a44b170461a9cf256dc8050de6d0a6caa99839a4b561aab5
hmac: 55440faa2728a5b8abbd213c2cf198e01f00201ba7143391924da1b9aa02c350

...