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 1e0abca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint_tests_and_sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ 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: Run tests
run: make test-ci

Expand Down

0 comments on commit 1e0abca

Please sign in to comment.