From 17881470fef86d3b910574cd5ea7c573119a0ab4 Mon Sep 17 00:00:00 2001 From: smutharasan <59520945+smutharasan@users.noreply.github.com> Date: Tue, 19 Apr 2022 16:24:05 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ff0a1b907..cac04a2ff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +-------------------------------------- +Name: Supriya Mutharasan, Anas + +Class: PRO690 + +Final Exam Demo + +Text Added: ["HELLO WORLD"] + +Number of changes: 1 + +--------------------------------------- [![Build Status](https://travis-ci.org/microservices-demo/front-end.svg?branch=master)](https://travis-ci.org/microservices-demo/front-end) [![](https://images.microbadger.com/badges/image/weaveworksdemos/front-end.svg)](http://microbadger.com/images/weaveworksdemos/front-end "Get your own image badge on microbadger.com") [![Actions Status](https://github.com/microservices-demo/front-end/workflows/ci/badge.svg)](https://github.com/microservices-demo/front-end/workflows/ci/badge.svg) From d0c5b31428a3071eaf5688256720a7e5337aad8c Mon Sep 17 00:00:00 2001 From: smutharasan <59520945+smutharasan@users.noreply.github.com> Date: Tue, 19 Apr 2022 16:26:10 -0400 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 120fea6e3..f7676827d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,11 +66,11 @@ jobs: # # Push to dockerhub - name: Push to Docker Hub - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2 if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} repository: ${{ env.GROUP }}/${{ env.REPO }} tag_with_ref: true - tag_with_sha: true \ No newline at end of file + tag_with_sha: true From d18336c75b615c95344d9104b20db35a5324cae8 Mon Sep 17 00:00:00 2001 From: Supriya Mutharasan Date: Tue, 19 Apr 2022 18:37:07 -0400 Subject: [PATCH 3/3] Demo Commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cac04a2ff..177eace69 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Class: PRO690 Final Exam Demo -Text Added: ["HELLO WORLD"] +Text Added: ["HELLO HELLO"] -Number of changes: 1 +Number of changes: 2 --------------------------------------- [![Build Status](https://travis-ci.org/microservices-demo/front-end.svg?branch=master)](https://travis-ci.org/microservices-demo/front-end)