diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bc9aff7b7..976185dee 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -10,7 +10,6 @@ name: Publish Docker image on: - pull_request: push: branches: - master @@ -58,4 +57,4 @@ jobs: context: . push: ${{ github.event_name == 'push' }} tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}" - file: ${{ matrix.config.dockerfile }} \ No newline at end of file + file: ${{ matrix.config.dockerfile }}