ci : publish the docker images created during scheduled runs (#10515)

This commit is contained in:
Diego Devesa 2024-11-26 13:05:20 +01:00 committed by GitHub
parent c6807b3f28
commit 7db3846a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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: .