We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6807b3 commit 7db3846Copy full SHA for 7db3846
.github/workflows/docker.yml
@@ -114,7 +114,7 @@ jobs:
114
swap-storage: true
115
116
- name: Build and push Docker image (tagged + versioned)
117
- if: github.event_name == 'push'
+ if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
118
uses: docker/build-push-action@v6
119
with:
120
context: .
0 commit comments