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 diff --git a/README.md b/README.md index ff0a1b907..177eace69 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +-------------------------------------- +Name: Supriya Mutharasan, Anas + +Class: PRO690 + +Final Exam Demo + +Text Added: ["HELLO HELLO"] + +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) [![](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)