Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendranathashok authored Feb 15, 2024
1 parent 1c33dd5 commit e5df902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
organization: docker.io
repository: my-app
registry: devendranathashok
username: ${{ secret.DOCKERUSER }}
password: ${{ secret.DOCKERPASSWORD }}
username: ${{ secrets.DOCKERUSER }}
password: ${{ secrets.DOCKERPASSWORD }}

0 comments on commit e5df902

Please sign in to comment.