Skip to content

Commit d9a9fc1

Browse files
committed
fix: use agent_version
1 parent 90d085a commit d9a9fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_container.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585

8686
- name: Create multi arch manifests
8787
run: |
88-
docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:${{ matrix.server_version }}-${{ github.ref_name }} \
88+
docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:${{ matrix.agent_version }}-${{ github.ref_name }} \
8989
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \
9090
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64
9191
92-
docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:${{ matrix.server_version }}-latest \
92+
docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:${{ matrix.agent_version }}-latest \
9393
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \
9494
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64
9595

0 commit comments

Comments
 (0)