Compare commits
4 Commits
v0.1.1
...
3275e7f642
| Author | SHA1 | Date | |
|---|---|---|---|
| 3275e7f642 | |||
| 8e9e1dd049 | |||
| d02ee4fd72 | |||
| 3e3941c476 |
@@ -22,7 +22,7 @@ repos:
|
||||
- --project
|
||||
- unboundsoftware/gitlab-cleanup-handler
|
||||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
||||
rev: v9.23.0
|
||||
rev: v9.24.0
|
||||
hooks:
|
||||
- id: commitlint
|
||||
stages: [ commit-msg ]
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63 as build
|
||||
FROM amd64/golang:1.25.6@sha256:9860925875ac68a8fb57416cfc5c1ee267a06226730434af677b9406e8ea6ee6 as build
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ADD . /build
|
||||
|
||||
Reference in New Issue
Block a user