ci(publish): restore image publish on push to master (#13562)

This commit is contained in:
Chakru 2025-05-20 19:42:42 +05:30 committed by GitHub
parent 489db812b5
commit f8ad7de412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ jobs:
env:
ENABLE_PUBLISH: >-
${{
(github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'release' )
(github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'release' || (github.event_name == 'push' && github.ref == 'refs/heads/master'))
&& ( secrets.ACRYL_DOCKER_PASSWORD != '' )
}}
run: |