Skip to content

Commit

Permalink
Merge pull request #119 from alphaX86/docker
Browse files Browse the repository at this point in the history
[CI] Fix docker build action
  • Loading branch information
leecalcote authored Apr 11, 2022
2 parents f15cb45 + e3297f9 commit 4a22546
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: 'true'
- run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build -o meshery-meshsync .
docker:
name: Docker build and push
Expand All @@ -28,6 +29,11 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: 'true'
- name: Docker login
uses: azure/docker-login@v1
with:
Expand Down

0 comments on commit 4a22546

Please sign in to comment.