Change api multi module workflow template

This commit is contained in:
2022-04-20 18:19:30 +03:00
parent a068693162
commit e1bd21d8e0

View File

@@ -90,7 +90,7 @@ jobs:
username: ${{ secrets.SECRET_ECR_USERNAME }} username: ${{ secrets.SECRET_ECR_USERNAME }}
password: ${{ secrets.SECRET_ECR_PASSWORD }} password: ${{ secrets.SECRET_ECR_PASSWORD }}
- name: Build, tag, and push image to Amazon ECR - name: Build, tag, and push image to ECR
if: ${{ inputs.IS_ECR_PUSH_ENABLED }} if: ${{ inputs.IS_ECR_PUSH_ENABLED }}
env: env:
ECR_REGISTRY: ${{ secrets.SECRET_ECR_REGISTRY }} ECR_REGISTRY: ${{ secrets.SECRET_ECR_REGISTRY }}