Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 9, 2023
1 parent 87cd291 commit c0bf110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:

- name: Build Docker image
working-directory: ./vc-api-owf
env:
AWS_ECR_REPOSITORY_SSI: ${{ steps.env_vars.outputs.aws_ecr_repository_ssi }}
run: |
docker build \
-t $ECR_REGISTRY/${{ secrets.DEV_ECR_REPOSITORY }}:$BUILD_ID \
-t $ECR_REGISTRY/$AWS_ECR_REPOSITORY_SSI:$BUILD_ID \
-f apps/vc-api/Dockerfile .
- name: Push Docker image
Expand Down

0 comments on commit c0bf110

Please sign in to comment.