Skip to content

Commit

Permalink
Merge branch 'mdaca-3.0.1' of https://github.com/mdaca/OHDSI-WebAPI i…
Browse files Browse the repository at this point in the history
…nto mdaca-3.0.1
  • Loading branch information
SSStanleyZ committed Dec 6, 2024
2 parents eeeb23b + df210b4 commit a84016e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Build and Push Docker Image
env:
IMAGE_TAG: 3.0.1.1
IMAGE_TAG: 3.0.1.2
ECR_REPOSITORY: mdaca/ohdsi/webapi
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
IMAGE_TAG: 3.0.1.1
IMAGE_TAG: 3.0.1.2
ECR_REPOSITORY: mdaca/ohdsi/webapi
run: |
# Set ENV for AW Cred
Expand All @@ -89,7 +89,7 @@ jobs:
# Get token from ECR and Docker login
aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.$AWS_REGION.amazonaws.com
IMAGE_TAG=3.0.1
IMAGE_TAG=3.0.1.2

docker pull ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/$ECR_REPOSITORY:$IMAGE_TAG
docker images
Expand All @@ -101,7 +101,7 @@ jobs:
env:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
IMAGE_TAG: 3.0.1.1
IMAGE_TAG: 3.0.1.2
ECR_REPOSITORY: mdaca/ohdsi/webapi

run: |
Expand All @@ -116,7 +116,7 @@ jobs:
env:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
IMAGE_TAG: 3.0.1.1
IMAGE_TAG: 3.0.1.2
ECR_REPOSITORY: mdaca/ohdsi/webapi
run: |
syft $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit a84016e

Please sign in to comment.