1
0
Fork 0

🔧 chore(ci): fix docker build args variable name

- correct variable name from `repo` to `build_args` in docker build workflow
This commit is contained in:
pooneyy 2025-10-03 16:02:01 +08:00
parent 9ddf9c79c9
commit 2e191bb395
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ jobs:
uses: docker/build-push-action@v6
with:
build-args: |
${{ github.event.inputs.repo }}
${{ github.event.inputs.build_args }}
context: .
target: ${{ github.event.inputs.build_target }}
push: true