ci(docker): fix tags in "Build and push docker image (tagged)" (#4603)

This commit is contained in:
Samuel Maynard 2023-12-23 11:35:55 +02:00 committed by GitHub
parent 6123979952
commit 925e5584a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 }}