Skip to content

Commit 4d773f4

Browse files
slarenarthw
authored andcommitted
ci : publish the docker images created during scheduled runs (ggml-org#10515)
1 parent 058dba3 commit 4d773f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
swap-storage: true
115115

116116
- name: Build and push Docker image (tagged + versioned)
117-
if: github.event_name == 'push'
117+
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
118118
uses: docker/build-push-action@v6
119119
with:
120120
context: .

0 commit comments

Comments
 (0)