From 1e4916819ac3e5a5590968e84fe46803e20d1ce3 Mon Sep 17 00:00:00 2001 From: Vignesh Kothapalli Date: Wed, 16 Sep 2020 20:29:11 +0530 Subject: [PATCH] Bug fix in github actions while pushing docker images to registry (#1119) * test docker push to registry * removed nightly stages * restored ci actions --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index faa217230..db96fbbb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -497,6 +497,7 @@ jobs: needs: [lint, linux-test, macos-test, windows-test] runs-on: ubuntu-18.04 steps: + - uses: actions/checkout@v2 - run: | set -e -x docker login --username tfsigio --password ${{ secrets.DOCKER_PASSWORD }}