Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 476b803c44 | |||
| 32effeb171 | |||
| d08eb344ef | |||
| d00367d5f0 | |||
| 7561b00760 |
@@ -14,7 +14,7 @@ jobs:
|
||||
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
- uses: buildtool/setup-buildtools-action@v1
|
||||
- name: Build and push
|
||||
run: unset GITEA_TOKEN && build && push
|
||||
|
||||
+9
-1
@@ -2,7 +2,15 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.7.6] - 2026-06-15
|
||||
## [0.7.7] - 2026-06-24
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update actions/checkout action to v7 (#349)
|
||||
- *(deps)* Update golang:1.26 docker digest to 8c5d338 (#351)
|
||||
- *(deps)* Update golang:1.26 docker digest to 478231b (#353)
|
||||
|
||||
## [0.7.6] - 2026-06-16
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.26@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 AS build
|
||||
FROM golang:1.26@sha256:478231bfd9677835606c249208483a3c43b31e941c1040c48747b111c7ab871c AS build
|
||||
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
Reference in New Issue
Block a user