Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 093d734199 | |||
| 7b69054815 |
@@ -25,7 +25,7 @@ jobs:
|
|||||||
# no-fail: true
|
# no-fail: true
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v6.1.0
|
uses: actions/setup-go@v6.2.0
|
||||||
with:
|
with:
|
||||||
go-version: "1.25"
|
go-version: "1.25"
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app
|
|||||||
|
|
||||||
FROM gcr.io/distroless/base-debian13
|
FROM gcr.io/distroless/base-debian13
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
LABEL org.opencontainers.image.source="https://gitlab.com/luketainton/insultgen"
|
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/insultgen"
|
||||||
COPY --from=build /go/bin/app /
|
COPY --from=build /go/bin/app /
|
||||||
CMD ["/app"]
|
CMD ["/app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user