From 7cc69960177a4a608ec1001ab1d53eaa443f3097 Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka Date: Sat, 31 Jul 2021 20:38:41 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c102f62..b968a8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Runs a set of commands using the runners shell + - name: Logging into Dockerhub + run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} + - name: Pulling the docker image run: docker pull vezzal/vezzal:v0