From: Samuel Maynard Date: Sat, 23 Dec 2023 09:35:55 +0000 (+0200) Subject: ci(docker): fix tags in "Build and push docker image (tagged)" (#4603) X-Git-Tag: upstream/0.0.4488~2792 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=925e5584a058afb612f9c20bc472c130f5d0f891;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci(docker): fix tags in "Build and push docker image (tagged)" (#4603) --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7f4de50e..87904b75 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -98,5 +98,5 @@ jobs: context: . push: ${{ github.event_name == 'push' }} platforms: ${{ matrix.config.platforms }} - tags: "ghcr.io/${{ github.repository_owner }}/llama.cpp:${{ matrix.config.tag }}" , "ghcr.io/${{ github.repository_owner }}/llama.cpp:${{ matrix.config.tag }}-${{ steps.tag.outputs.name }}" + tags: "ghcr.io/${{ github.repository_owner }}/llama.cpp:${{ matrix.config.tag }},ghcr.io/${{ github.repository_owner }}/llama.cpp:${{ matrix.config.tag }}-${{ steps.tag.outputs.name }}" file: ${{ matrix.config.dockerfile }}