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 }}