diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65dc3b..81267b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: context: . file: ./Dockerfile.dev push: true - tags: ghcr.io/clue355/image:dev + tags: ghcr.io/clue355/azure_pipeline:dev diff --git a/app/page.js b/app/page.js index 7828466..71b726f 100644 --- a/app/page.js +++ b/app/page.js @@ -4,7 +4,7 @@ export default function Home() { return (

Hello Shashi

-

+

Test to see if new code is deployed. If you see this it was a success

); }