diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5dd072211..bc9aff7b7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }} \ No newline at end of file