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