mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
add missing BASE_PATH docker build argument to GHA workflow
This commit is contained in:
1
.github/workflows/build-push-backend.yml
vendored
1
.github/workflows/build-push-backend.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user