Skip to content

Commit

Permalink
Adjust manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r committed Feb 3, 2025
1 parent 59a35b5 commit 3343d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,12 @@
"steps":
- "name": "Set up Docker buildx"
"uses": "docker/setup-buildx-action@v3"
- "id": "get-secrets"
"uses": "grafana/shared-workflows/actions/[email protected]"
"with":
"repo_secrets": |
ECR_ACCESS_KEY=aws-credentials:access_key_id
ECR_SECRET_KEY=aws-credentials:secret_access_key"
- "name": "Configure AWS credentials"
"uses": "aws-actions/configure-aws-credentials@v4"
"with":
Expand Down

0 comments on commit 3343d0a

Please sign in to comment.