From d7355cea957b849ed163e5bade72fe1f68e9a664 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sun, 29 Aug 2021 19:41:14 -0400 Subject: [PATCH] Updated the vezzal docker image version for CI. --- .github/workflows/main.yml | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f6e686..c181c36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,10 @@ jobs: # run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} - name: Pulling the docker image - run: docker pull vezzal/vezzal:v0 + run: docker pull vezzal/vezzal:v1 - name: Start the container with the docker image - run: docker run -id --name test_netgen vezzal/vezzal:v0 bash | exit + run: docker run -id --name test_netgen vezzal/vezzal:v1 bash | exit - name: Run the testing on the container and send the mail run: docker exec test_netgen /vezzal/test_netgen.sh "tim@opencircuitdesign.com,lankasaicharan123@gmail.com" ${{ secrets.MAILING_KEY }} diff --git a/VERSION b/VERSION index 2d73935..3cd6538 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.200 +1.5.201