Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarabd authored Jun 16, 2021
1 parent 2de9c45 commit 71381f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }}
DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }}

0 comments on commit 71381f7

Please sign in to comment.