From 6560545ebb42f78bc6079cb13b50c0a3be7c6af8 Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka <47289509+lankasaicharan@users.noreply.github.com> Date: Tue, 24 Aug 2021 09:28:19 +0530 Subject: [PATCH] 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 f93f0c79..4cd61f86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Pulling the docker image - run: docker pull vezzal/vezzal:v1 + run: docker pull vezzal/vezzal:latest - name: Start the container with the docker image - run: docker run -id --name test_magic vezzal/vezzal:v1 bash | exit + run: docker run -id --name test_magic vezzal/vezzal:latest bash | exit - name: Run the testing on the container and send the mail run: docker exec test_magic /vezzal/test_magic.sh "lankasaicharan123@gmail.com,vanisaicharan2000@gmail.com" ${{ secrets.MAILING_KEY }}