Skip to content

Commit

Permalink
ci workflow typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathbm committed Nov 22, 2024
1 parent e7ac5df commit bb8717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secerets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build & publish the image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit bb8717b

Please sign in to comment.