Refactor Docker publish workflow; add multi-architecture support; cache build layers
Some checks failed
Docker Build Check / docker-check (push) Successful in 6s
Build Docker Image / docker (push) Failing after 11m14s
Ruff / ruff (push) Successful in 4s

This commit is contained in:
2025-04-14 20:56:49 +02:00
parent dcfb467858
commit 7bbbbc2309
2 changed files with 42 additions and 20 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# check=error=true;experimental=all
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:73c021c3fe7264924877039e8a449ad3bb380ec89214282301affa9b2f863c5d
FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:73c021c3fe7264924877039e8a449ad3bb380ec89214282301affa9b2f863c5d
# Change the working directory to the `app` directory
WORKDIR /app