Update Dockerfile to use Python 3.13-slim and improve environment variable settings

This commit is contained in:
martadams89 2025-04-19 12:03:24 +01:00
parent 1e968cf63e
commit 0a2122c59f
2 changed files with 4 additions and 4 deletions

View file

@ -51,6 +51,6 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64 # Enable multi-architecture builds
push: ${{ github.event_name == 'push' && (github.ref_name == 'stable' || github.ref_name == 'unstable') }}
push: true # Ensure the image is pushed to the registry
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}