62
62
build_context : .
63
63
buildfile : Containerfile
64
64
tags : |
65
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-arm64
65
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-arm64
66
66
67
67
create-multi-arch-manifests :
68
68
runs-on : ubuntu-latest
@@ -85,14 +85,14 @@ jobs:
85
85
86
86
- name : Create multi arch manifests
87
87
run : |
88
- docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver :${{ matrix.server_version }}-${{ github.ref_name }} \
89
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-arm64 \
90
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-x86_64
88
+ docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent :${{ matrix.server_version }}-${{ github.ref_name }} \
89
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-arm64 \
90
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-x86_64
91
91
92
- docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver :${{ matrix.server_version }}-latest \
93
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-arm64 \
94
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-x86_64
92
+ docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent :${{ matrix.server_version }}-latest \
93
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-arm64 \
94
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-x86_64
95
95
96
- docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver :latest \
97
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-arm64 \
98
- ghcr.io/openvoxproject/openvoxserver :${{ matrix.release }}-${{ github.sha }}-x86_64
96
+ docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent :latest \
97
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-arm64 \
98
+ ghcr.io/openvoxproject/openvoxagent :${{ matrix.release }}-${{ github.sha }}-x86_64
0 commit comments