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 d34c647
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/lint_tests_and_sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Login to Docker Hub
- name: Configurar Docker com Docker Compose
uses: docker/setup-buildx-action@v2

- name: Verificar versão do Docker
run: docker --version

- name: Verificar versão do Docker compose
run: docker-compose --version

- name: login-ecr
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit d34c647

Please sign in to comment.