Add build step Actions

This commit is contained in:
maximo tejeda 2024-07-21 18:29:23 -04:00
parent 855a347eac
commit 75f1ce19f9

View File

@ -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: