Skip to content

Commit

Permalink
release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Marcil committed Mar 29, 2023
1 parent b858512 commit aa2c27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure AWS Credentials
uses: ingeno/aws-workflows/.github/actions/configure-aws-credentials@main
uses: ingeno/aws-workflows/.github/actions/configure-aws-credentials@v1
with:
aws-account-id: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}
aws-region: ${{ vars.AWS_REGION }}
Expand All @@ -37,7 +37,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1

- name: Build, tag and Push image
uses: ingeno/aws-workflows/.github/actions/docker-deploy@main
uses: ingeno/aws-workflows/.github/actions/docker-deploy@v1
with:
registry: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com
repository: ${{ inputs.repository }}
Expand Down

0 comments on commit aa2c27c

Please sign in to comment.