diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 80a4cf6..f4f9d50 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,5 +26,5 @@ jobs: context: ./ push: true tags: | - kalharacodes/docker-automation:${{ env.SHORT_SHA }} - kalharacodes/docker-automation:latest \ No newline at end of file + ammasadaki123/docker-automation:${{ env.SHORT_SHA }} + ammasadaki123/docker-automation:latest \ No newline at end of file diff --git a/nodeapp/index.js b/nodeapp/index.js index 91b4dd1..92ac14b 100644 --- a/nodeapp/index.js +++ b/nodeapp/index.js @@ -6,6 +6,7 @@ app.get("/", function (req, res) { }); //listen to port 3000 by default +// NEW COMMENT app.listen(process.env.PORT || 3000, function () { console.log("App listening on port 3000!"); });