Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f159632ef9 | |||
| 8f75e44c71 | |||
| 6610660b9d | |||
| 19d2993f25 | |||
| 87f52e63c6 | |||
| 21ed9198d7 | |||
| fea69bc45c | |||
| 6aee48d5ef | |||
| 87f2afe263 | |||
| 282175daf3 | |||
| f1cda3a703 | |||
|
609c12da30
|
@@ -14,5 +14,6 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- unset BUILDTOOLS_CONTENT
|
||||
- unset BUILDKIT_HOST
|
||||
- build
|
||||
- push
|
||||
|
||||
@@ -2,6 +2,17 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.3.11] - 2025-12-30
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(ci)* Unset BUILDKITD_HOST in the build stage
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.25.5 docker digest to 0c27bcf
|
||||
- *(deps)* Update golang:1.25.5 docker digest to ad03ba9
|
||||
|
||||
## [0.3.10] - 2025-12-03
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.25.5@sha256:ff44d519dbd3f622224d3433f319ae0b046abe081dda5b3d3c3db04a712e1898
|
||||
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user