astonishing-alarm-71586
01/19/2021, 8:22 PMerror authentication with ECR: AWS credentials not found
I figured I'd set the credentials in the circleci-user
context. Does anyone now where to set these and what they keys need to be? I tried aws_access_key_id
and aws_secret_access_key
.
workflows:
version: 2
commit:
jobs:
- build:
context: circleci-user
build_daily:
triggers:
- schedule:
cron: "0 19 * * *"
filters:
branches:
only:
- master
jobs:
- build:
context: circleci-user
ripe-musician-59933
01/19/2021, 8:37 PMastonishing-alarm-71586
01/19/2021, 9:02 PMripe-musician-59933
01/19/2021, 9:04 PM