Skip to content

Commit

Permalink
devops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane-3 authored Jan 6, 2024
1 parent 04e4e5e commit f2e1c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: registry.hub.docker.com
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.shanechellam }}
password: ${{ secrets.shanechellam }}
- run: |
docker build -t registry.hub.docker.com/shanechellam/shaastra .
docker push registry.hub.docker.com/shanechellam/shaastra

0 comments on commit f2e1c58

Please sign in to comment.