mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 01:01:02 +08:00
🔧 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:
parent
9ddf9c79c9
commit
2e191bb395
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user