feat: embed default tmdb api key

This commit is contained in:
Simon Ding
2025-03-19 10:49:05 +08:00
parent ca06e560e3
commit be86fd05e1
6 changed files with 24 additions and 7 deletions

View File

@@ -58,4 +58,6 @@ jobs:
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
TMDB_API_KEY=${{ secrets.TMDB_API_KEY }}