feat: pipeline container build
This commit is contained in:
parent
cceaea7cb7
commit
0414cf6dfb
6 changed files with 115 additions and 37 deletions
10
Dockerfile.big
Normal file
10
Dockerfile.big
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM golang:1.26
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
||||
RUN go get -u github.com/sethvargo/go-githubactions/... \
|
||||
&& go mod tidy \
|
||||
&& go build -o /bin/google-chat-action
|
||||
|
||||
ENTRYPOINT ["/bin/google-chat-action"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue