File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ jobs:
85
85
86
86
- name : Create multi arch manifests
87
87
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 }} \
89
89
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \
90
90
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64
91
91
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 \
93
93
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \
94
94
ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64
95
95
You can’t perform that action at this time.
0 commit comments