Skip to content

Commit

Permalink
#005 - adjusts on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deyvisonborges committed Apr 23, 2024
1 parent e32efab commit d6d781e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
docker build -t $DOCKER_USERNAME/${{ github.repository }}:${{ github.sha }} .
docker build -t ${{ github.repository.name }}:${{ github.sha }} .
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push $DOCKER_USERNAME/${{ github.repository }}:${{ github.sha }}
docker push ${{ github.repository }}:${{ github.sha }}

0 comments on commit d6d781e

Please sign in to comment.