diff --git a/.github/workflows/deploy.yml b/.github/deploy.yml similarity index 66% rename from .github/workflows/deploy.yml rename to .github/deploy.yml index 35fe7716..e00fec68 100644 --- a/.github/workflows/deploy.yml +++ b/.github/deploy.yml @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - run: docker build . -t harishneel/next-js-app + - run: docker build . -t kousikit45mondal/next-js-app - run: echo "${{secrets.DOCKERHUB_PASSWORD}}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin - - run: docker push harishneel/next-js-app:latest \ No newline at end of file + - run: docker push kousikit45mondal/next-js-app:latest + #latest1 \ No newline at end of file