This commit is contained in:
parent
f178b6fc09
commit
c55fad7215
1 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ FROM golang:1.26
|
|||
WORKDIR /src
|
||||
COPY . .
|
||||
|
||||
RUN go get -u github.com/sethvargo/go-githubactions/... && go build -o /bin/google-chat-action
|
||||
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