]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci(docker): fix tags in "Build and push docker image (tagged)" (#4603)
authorSamuel Maynard <redacted>
Sat, 23 Dec 2023 09:35:55 +0000 (11:35 +0200)
committerGitHub <redacted>
Sat, 23 Dec 2023 09:35:55 +0000 (11:35 +0200)
.github/workflows/docker.yml

index 7f4de50ea9b987c183ae1d351f8427149e7b64c4..87904b75e77d229e5cfc783d08ba8f23356e8654 100644 (file)
@@ -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 }}