Compare commits
15 Commits
1.4.0
...
ce761d0b4d
| Author | SHA1 | Date | |
|---|---|---|---|
| ce761d0b4d | |||
| 88f56b38a4 | |||
|
b5a76e8f85
|
|||
| 2c3637dad1 | |||
| 952f8a03c2 | |||
| 2de6e2d055 | |||
| 5e80c539bb | |||
| 67292c2524 | |||
| ad42dd7921 | |||
|
9b689f90cb
|
|||
| b5206ed105 | |||
| 288527b9bd | |||
| adcd59e48f | |||
| ecd185e74e | |||
|
920500f335
|
@@ -3,6 +3,7 @@ name: cron-checker
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
@@ -28,3 +29,15 @@ jobs:
|
||||
run: |
|
||||
go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
govulncheck ./...
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, vulnerabilities]
|
||||
env:
|
||||
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: buildtool/setup-buildtools-action@v1
|
||||
- name: Build and push
|
||||
run: unset GITEA_TOKEN && build && push
|
||||
|
||||
@@ -2,6 +2,18 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.6.0] - 2026-01-10
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add Docker build and push to CI workflow
|
||||
|
||||
## [1.5.0] - 2026-01-10
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Run CI workflow on tags
|
||||
|
||||
## [1.4.0] - 2026-01-09
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63 as build
|
||||
FROM amd64/golang:1.25.5@sha256:3a015269a07c7a8594aa134f1051fbf47ae09d04e2f16fd1b7774f50e06fe5b5 as build
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ADD . /build
|
||||
|
||||
Reference in New Issue
Block a user