🔧 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:
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
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
${{ github.event.inputs.repo }}
|
${{ github.event.inputs.build_args }}
|
||||||
context: .
|
context: .
|
||||||
target: ${{ github.event.inputs.build_target }}
|
target: ${{ github.event.inputs.build_target }}
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user