mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
remove all the quotes
This commit is contained in:
parent
dca25d8456
commit
25680e64d8
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -96,10 +96,10 @@ jobs:
|
||||
context: ${{github.workspace}}
|
||||
platforms: ${{matrix.config.platforms}}
|
||||
build-args: |
|
||||
EXTRA_DEPS="${{matrix.config.extra_deps}}"
|
||||
CMAKE_ARGS="${{matrix.config.cmake_args}}"
|
||||
BUILD_BASE="${{matrix.config.build_base}}"
|
||||
RUNTIME_BASE="${{matrix.config.runtime_base}}"
|
||||
EXTRA_DEPS=${{matrix.config.extra_deps}}
|
||||
CMAKE_ARGS=${{matrix.config.cmake_args}}
|
||||
BUILD_BASE=${{matrix.config.build_base}}
|
||||
RUNTIME_BASE=${{matrix.config.runtime_base}}
|
||||
|
||||
|
||||
- name: Build and push release (Main Latest Build)
|
||||
|
Loading…
Reference in New Issue
Block a user