Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinu1907 committed Aug 28, 2024
1 parent cdf8226 commit da6b426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build Docker image
run: docker build . -t harishneel/next-js-app
run: docker build . -t dinesh0724/next-js-app

- name: Log in to Docker Hub
env:
Expand All @@ -23,4 +23,4 @@ jobs:
echo $DOCKERHUB_PASSWORD | docker login -u $DOCKERHUB_USERNAME --password-stdin
- name: Push Docker image to Docker Hub
run: docker push harishneel/next-js-app:latest
run: docker push dinesh0724/next-js-app:latest

0 comments on commit da6b426

Please sign in to comment.