Skip to content

Commit

Permalink
chore: adjusts docker image configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoglm committed Dec 19, 2024
1 parent 9a4b41f commit 8667711
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint_tests_and_sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: login-ecr
uses: pagarme/github-actions-workflows/.github/workflows/login-ecr.yml@main
secrets:
AWS_PULL_ECR_ACCESS_KEY_ID: ${{ secrets.AWS_PULL_ECR_ACCESS_KEY_ID }}
AWS_PULL_ECR_SECRET_ACCESS_KEY: ${{ secrets.AWS_PULL_ECR_SECRET_ACCESS_KEY }}

- name: Run tests
run: make test-ci
Expand Down

0 comments on commit 8667711

Please sign in to comment.