Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez authored Jun 27, 2023
1 parent 32a52fb commit e0b3c88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Autenticando no Docker Registry
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USR }}
password: ${{ secrets.DOCKERHUB_PWD }}
- name: Docker build chatservice
uses: docker/[email protected]
with:
Expand Down

0 comments on commit e0b3c88

Please sign in to comment.