Skip to content

Commit

Permalink
Merge pull request #20 from FIAP-3SOAT-G15/wellyfrs-patch-1
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
wellyfrs authored May 21, 2024
2 parents b5d1792 + c83699f commit 0f38e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Build, tag, and push docker image to Amazon ECR
#if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ vars.AWS_ECR_REPO_NAME }}
Expand Down

0 comments on commit 0f38e20

Please sign in to comment.