]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : publish the docker images created during scheduled runs (#10515)
authorDiego Devesa <redacted>
Tue, 26 Nov 2024 12:05:20 +0000 (13:05 +0100)
committerGitHub <redacted>
Tue, 26 Nov 2024 12:05:20 +0000 (13:05 +0100)
.github/workflows/docker.yml

index 9cef283d946e10d38f4113f7a48040377a191990..bc2e5020de25c8d4c8e618c957573116f68a45a8 100644 (file)
@@ -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: .