Add build step Actions
This commit is contained in:
parent
855a347eac
commit
75f1ce19f9
@ -20,8 +20,11 @@ jobs:
|
||||
[registry."192.168.0.151:32000"]
|
||||
http = true
|
||||
insecure = true
|
||||
- name: 'build app binary'
|
||||
run: make build
|
||||
- name: 'setup Go Version'
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.22'
|
||||
- run: make build
|
||||
- name: 'Build and push Docker image'
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user