Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

View File

@ -1,3 +1,4 @@
#Build the Go Binary.
FROM golang:1.22 as build_actions_test
ENV CGO_ENABLED 0
@ -12,4 +13,4 @@ RUN go build
FROM alpine:3.20
COPY --from=build_actions_test /service/ /app/
WORKDIR /app
CMD ["./actions_test"]
CMD ["./actions_test"]