Skip to content

Commit 7621e13

Browse files
committed
fix: update version extraction for OpenVox server and database in build workflow
1 parent 5089bc3 commit 7621e13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
registry_password: ${{ secrets.GITHUB_TOKEN }}
9898
build_args: |
9999
OPENVOX_RELEASE=${{ matrix.release }}
100-
OPENVOXSERVER_VERSION=${{ matrix.server_version }}
101-
OPENVOXDB_VERSION=${{ matrix.db_version }}
100+
OPENVOXSERVER_VERSION=${{ needs.setup-matrix.outputs.server_version }}
101+
OPENVOXDB_VERSION=${{ needs.setup-matrix.outputs.db_version }}
102102
R10K_VERSION=${{ matrix.r10k_version }}
103103
RUGGED_VERSION=${{ matrix.rugged_version }}
104104
build_arch: linux/arm64

0 commit comments

Comments
 (0)