Skip to content

Commit

Permalink
Merge pull request #4 from victorts1991/develop
Browse files Browse the repository at this point in the history
Update pipeline.yml
  • Loading branch information
victorts1991 authored Mar 4, 2024
2 parents de18ca3 + 44efd00 commit 8365669
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:

aws-auth:
runs-on: ubuntu-latest

outputs:
ecr_registry: ${{ steps.login-ecr.outputs.registry }}
steps:

- name: Configure AWS credentials
Expand All @@ -33,7 +34,7 @@ jobs:

- name: Build, tag, and push image to Amazon ECR
env:
ECR_REGISTRY: ${{ needs.aws-auth.login-ecr.outputs.registry }}
ECR_REGISTRY: ${{ needs.aws-auth.outputs.ecr_registry }}
ECR_REPOSITORY: fiap-tech-challenge-api
IMAGE_TAG: latest
run: |
Expand Down

0 comments on commit 8365669

Please sign in to comment.