Compare commits

..

1 Commits

Author SHA1 Message Date
abdc26f5de chore(deps): update docker/metadata-action action to v6
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 2s
2026-03-05 18:00:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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@v4 uses: docker/setup-buildx-action@v3
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v4 uses: docker/login-action@v4
@@ -103,7 +103,7 @@ jobs:
printf "Tags:\n${{ steps.meta.outputs.tags }}" printf "Tags:\n${{ steps.meta.outputs.tags }}"
- name: Build images - name: Build images
uses: docker/build-push-action@v7 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: false push: false

View File

@@ -1,4 +1,4 @@
FROM --platform=amd64 python:3.14.4-slim-trixie FROM --platform=amd64 python:3.14.3-slim-trixie
LABEL maintainer="Luke Tainton <luke@tainton.uk>" LABEL maintainer="Luke Tainton <luke@tainton.uk>"