From 71381f7148196e0497fba9c84072a5c9d099c19f Mon Sep 17 00:00:00 2001 From: abishek Date: Thu, 17 Jun 2021 03:30:14 +0530 Subject: [PATCH] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 46ab1fb3..55fc876d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-go@v1 with: go-version: ${{ secrets.GO_VERSION }} - - run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build . -o meshery-meshsync + - run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build -o meshery-meshsync . docker: name: Docker build and push runs-on: ubuntu-latest @@ -61,4 +61,4 @@ jobs: env: DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }} \ No newline at end of file + DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }}