Skip to content

Commit

Permalink
#010 - adjusts on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deyvisonborges committed Apr 23, 2024
1 parent be29d65 commit 4f27764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
- name: Build and push Docker image
run: |
docker build -t ${{ github.repository }}:${{ github.sha }} .
echo "${{ github.repository }}:${{ github.sha }}"
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
echo "${{ github.repository }}:${{ github.sha }}"
docker push ${{ github.repository }}:${{ github.sha }}

0 comments on commit 4f27764

Please sign in to comment.