Skip to content

Commit

Permalink
Bug fix in github actions while pushing docker images to registry (#1119
Browse files Browse the repository at this point in the history
)

* test docker push to registry

* removed nightly stages

* restored ci actions
  • Loading branch information
kvignesh1420 committed Sep 16, 2020
1 parent ccef846 commit 1e49168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1e49168

Please sign in to comment.