Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matyriedel committed Jul 11, 2024
1 parent 80fa255 commit 303598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Desafio_13/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Login Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.[email protected] }}
password: ${{ secrets.@Password123 }} #No es la clave real

- name: Build Docker image
run: docker build -t desafio13:latest .
Expand Down

0 comments on commit 303598e

Please sign in to comment.