Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Correção autenticação no dockerhub
  • Loading branch information
rafaelsdomingos authored Feb 26, 2024
1 parent 49dd308 commit 0e63b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ci
on:
push:
branches:
- "main"
- "infra"
jobs:
CI:
Expand All @@ -15,7 +14,7 @@ jobs:
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWD }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Criação da Imagem docker
uses: docker/[email protected]
Expand Down

0 comments on commit 0e63b67

Please sign in to comment.