Skip to content

Commit 82e5e6a

Browse files
samm81hodlen
authored andcommitted
ci(docker): fix tags in "Build and push docker image (tagged)" (ggml-org#4603)
1 parent a118923 commit 82e5e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ jobs:
9898
context: .
9999
push: ${{ github.event_name == 'push' }}
100100
platforms: ${{ matrix.config.platforms }}
101-
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 }}"
101+
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 }}"
102102
file: ${{ matrix.config.dockerfile }}

0 commit comments

Comments
 (0)