mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-02 01:22:16 +00:00
fix(ci): configure ECR public region
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
253100ab75
commit
b47ea18736
@ -6,9 +6,6 @@ permissions:
|
|||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
env:
|
|
||||||
AWS_S3_REGION: eu-west-1
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-docker:
|
publish-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -36,7 +33,7 @@ jobs:
|
|||||||
uses: aws-actions/configure-aws-credentials@v2
|
uses: aws-actions/configure-aws-credentials@v2
|
||||||
with:
|
with:
|
||||||
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco-ecr"
|
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco-ecr"
|
||||||
aws-region: ${{ env.AWS_S3_REGION }}
|
aws-region: us-east-1 # The region must be set to us-east-1 in order to access ECR Public.
|
||||||
|
|
||||||
- name: Login to Amazon ECR
|
- name: Login to Amazon ECR
|
||||||
id: login-ecr-public
|
id: login-ecr-public
|
||||||
|
Loading…
Reference in New Issue
Block a user