add missing BASE_PATH docker build argument to GHA workflow

This commit is contained in:
maxDorninger
2025-07-17 18:13:14 +02:00
parent ce786d2b63
commit f94d231316

View File

@@ -141,6 +141,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.version.outputs.version }}
BASE_PATH=
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ steps.repo_name.outputs.name }}/mediamanager:buildcache
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ steps.repo_name.outputs.name }}/mediamanager:buildcache,mode=max