Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorts1991 authored Mar 4, 2024
1 parent 8365669 commit 075f583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
aws-auth:
runs-on: ubuntu-latest
outputs:
ecr_registry: ${{ steps.login-ecr.outputs.registry }}
output1: ${{ steps.login-ecr.outputs.registry }}
steps:

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

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

0 comments on commit 075f583

Please sign in to comment.