Skip to content

Commit 7db3846

Browse files
authored
ci : publish the docker images created during scheduled runs (#10515)
1 parent c6807b3 commit 7db3846

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)