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 b5c2c1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Login to Docker Hub
- name: Instalar Docker Compose Standalone
run: |
sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: login-ecr
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit b5c2c1b

Please sign in to comment.