fix docker.yml

This commit is contained in:
Bernat Vadell 2023-03-16 12:02:22 +01:00
parent 4941df7f3b
commit 0bc1e806d1

View file

@ -56,6 +56,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
push: github.event_name == 'push'
push: ${{ github.event_name == 'push' }}
tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}"
file: ${{ matrix.config.dockerfile }}