We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118923 commit 82e5e6aCopy full SHA for 82e5e6a
.github/workflows/docker.yml
@@ -98,5 +98,5 @@ jobs:
98
context: .
99
push: ${{ github.event_name == 'push' }}
100
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 }}"
+ 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 }}"
102
file: ${{ matrix.config.dockerfile }}
0 commit comments