Compare commits
3 Commits
6af4ac2c04
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 711ea13156 | |||
| b1470c2dd5 | |||
| 5e2942c9c3 |
@@ -71,7 +71,7 @@ jobs:
|
|||||||
# ref: ${{ steps.split.outputs.branch }}
|
# ref: ${{ steps.split.outputs.branch }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v4
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM --platform=amd64 python:3.14.3-slim-trixie
|
FROM --platform=amd64 python:3.14.4-slim-trixie
|
||||||
|
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user