Skip to content

Commit

Permalink
Add data to docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 2, 2023
1 parent be6280c commit 6cb62b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
aws-secret-access-key: ${{ secrets.ORACLE_ECR_SECRET_KEY }}
aws-region: us-east-1

- name: Configure Data AWS credentials
uses: aws-actions/configure-aws-credentials@v1
if: ${{ env.DOCKER_ENV == 'data' }}
with:
aws-access-key-id: ${{ secrets.DATA_ECR_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.DATA_ECR_SECRET_KEY }}
aws-region: us-east-1

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
Expand Down

0 comments on commit 6cb62b3

Please sign in to comment.