enable github actions

This commit is contained in:
2023-02-05 14:57:16 +01:00
parent a67699f9d2
commit d7b13a1f79
2 changed files with 43 additions and 2 deletions

View File

@ -1,7 +1,7 @@
LABEL org.opencontainers.image.source = "https://github.com/denyskon/teabag"
FROM golang:1.19-alpine
LABEL org.opencontainers.image.source = "https://github.com/denyskon/teabag"
WORKDIR /app
COPY go.mod ./