Very preliminary CI/CD pipeline to see if I need to manually pull the code.

This commit is contained in:
James Wells 2024-09-06 06:59:19 -07:00
parent 823a16a97b
commit 9727822b8a
Signed by: jwells
GPG key ID: 73196D10B8E65666
5 changed files with 149 additions and 81 deletions

View file

@ -1,4 +1,4 @@
FROM dragonheim/golang:1.22 as builder
FROM dragonheim/golang:1.23 as builder
ARG SEMVER=${SEMVER:-0.0.11}
WORKDIR /gagent