Skip to content

Commit 1c86051

Browse files
authored
Merge pull request #14 from CERTCC/oidc
idk why checking out isn't working
2 parents 7217fbe + f8def20 commit 1c86051

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build_containers.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
role-to-assume: ${{ vars.ARN }}
1919
aws-region: us-east-1
2020
role-session-name: github-actions
21-
- name: Login to Amazon ECR
22-
id: login-ecr
23-
uses: aws-actions/amazon-ecr-login@v2
24-
- name: Build and push fastapi container
21+
#aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
22+
#aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23+
#id-token: ${{ steps.oidc-token.outputs.token}}
24+
#adding a comment to make this diff
25+
- name: Use AWS credentials
2526
run: |
2627
docker build -f Dockerfile-fa.yml -t ${{ steps.login-ecr.outputs.registry }}/fastapi:${{ github.sha }} .
2728
docker push ${{ steps.login-ecr.outputs.registry }}/fastapi:${{ github.sha }}

0 commit comments

Comments
 (0)