Compare commits
5 Commits
v7.5.18
...
next-release
| Author | SHA1 | Date | |
|---|---|---|---|
| adc2cb1c62 | |||
| 219b0b36a9 | |||
| fa41dd50aa | |||
| 2225da2b4e | |||
| b839c1b8be |
@@ -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
|
||||
|
||||
@@ -2,6 +2,18 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.5.20] - 2026-06-20
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update actions/checkout action to v7 (#381)
|
||||
|
||||
## [7.5.19] - 2026-06-17
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update python docker tag to v3.14.6 (#379)
|
||||
|
||||
## [7.5.18] - 2026-06-15
|
||||
|
||||
### Chore
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.5-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97
|
||||
FROM python:3.14.6-slim@sha256:44dd04494ee8f3b538294360e7c4b3acb87c8268e4d0a4828a6500b1eff50061
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
Reference in New Issue
Block a user