Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awskutty authored Feb 2, 2024
1 parent a350ba1 commit 8671a7e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:

- name: Build and Push Docker Image
uses: mr-smithers-excellent/docker-build-push@v4
with:
run: docker build -t durai54/demo-app
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- run: docker build -t durai54/demo-app
- name: Publish Image to docker hub
- run: docker push durai54/demo-app
with
registry:docker.io
username:${{ secrets.DOCKER_USERNAME }}
password:${{ secrets.DOCKER_PASSWORD }}


0 comments on commit 8671a7e

Please sign in to comment.