test
All checks were successful
ci / docker (push) Successful in 39s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
enve 2024-09-27 20:53:49 +02:00
parent c4130bb601
commit 63bb3aa4db

View File

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