From: Diego Devesa Date: Tue, 26 Nov 2024 12:05:20 +0000 (+0100) Subject: ci : publish the docker images created during scheduled runs (#10515) X-Git-Tag: upstream/0.0.4488~306 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7db3846a94ce7683b3e8120abe427457edf840c9;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : publish the docker images created during scheduled runs (#10515) --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9cef283d..bc2e5020 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -114,7 +114,7 @@ jobs: swap-storage: true - name: Build and push Docker image (tagged + versioned) - if: github.event_name == 'push' + if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} uses: docker/build-push-action@v6 with: context: .