Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leticia-pontes authored Dec 1, 2024
1 parent aa1823f commit 2b92547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t ${{ secrets.DOCKER_REGISTRY }}/palavra:${{ github.sha }} .
docker build -t ${{ secrets.DOCKER_USERNAME }}/palavra:${{ github.sha }} .
- name: Push Docker image
run: |
Expand Down

0 comments on commit 2b92547

Please sign in to comment.