From a624c31240cf445b3a20f294ec55e87c17dad1cd Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 22 Apr 2021 23:31:23 +0530 Subject: [PATCH] fix ci file --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48973ed..db1f3f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,5 +127,4 @@ jobs: - name: Build Image run: docker build -t rohansircar/actix-demo:latest . - name: Publish Image - uses: elgohr/Publish-Docker-Github-Action@master - run: docker push rohansircar/actix-demo:latest \ No newline at end of file + run: docker push rohansircar/actix-demo:latest