Compare commits
4 Commits
abdc26f5de
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 711ea13156 | |||
| b1470c2dd5 | |||
| 5e2942c9c3 | |||
| 32800d7498 |
@@ -71,7 +71,7 @@ jobs:
|
||||
# ref: ${{ steps.split.outputs.branch }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v4
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
printf "Tags:\n${{ steps.meta.outputs.tags }}"
|
||||
|
||||
- name: Build images
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
|
||||
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user