File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,15 @@ jobs:
13
13
docker_push :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
17
-
18
- - name : Load Secrets
19
- uses : doctolib/actions/load-secrets@main
20
- with :
21
- prefix_secrets : true
22
-
23
16
- name : Configure AWS
24
17
uses : aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v 4.0.1
25
18
with :
26
- role-to-assume : ${{ env.VAULT_SECRET_IAM_ROLE }}
19
+ role-to-assume : ${{ secrets.iam_role }}
27
20
role-session-name : docker_build_public
28
21
aws-region : us-east-1
29
22
23
+ - uses : actions/checkout@v4
24
+
30
25
- run : |
31
26
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/doctolib
32
27
cd neurow
You can’t perform that action at this time.
0 commit comments