From 90d085ab96ce4c6c3f5cea031c6dfee76503d525 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Wed, 5 Feb 2025 13:42:12 +0100 Subject: [PATCH] fix: replace server in build with agent --- .github/workflows/build_container.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 821ff75..bd5dc4d 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -62,7 +62,7 @@ jobs: build_context: . buildfile: Containerfile tags: | - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-arm64 + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 create-multi-arch-manifests: runs-on: ubuntu-latest @@ -85,14 +85,14 @@ jobs: - name: Create multi arch manifests run: | - docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver:${{ matrix.server_version }}-${{ github.ref_name }} \ - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-arm64 \ - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-x86_64 + docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:${{ matrix.server_version }}-${{ github.ref_name }} \ + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \ + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64 - docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver:${{ matrix.server_version }}-latest \ - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-arm64 \ - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-x86_64 + docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:${{ matrix.server_version }}-latest \ + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \ + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64 - docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver:latest \ - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-arm64 \ - ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-x86_64 + docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxagent:latest \ + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-arm64 \ + ghcr.io/openvoxproject/openvoxagent:${{ matrix.release }}-${{ github.sha }}-x86_64