mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(ci): enable publish on release (#13506)
This commit is contained in:
parent
e71170bd8a
commit
02c669ad76
2
.github/workflows/docker-unified.yml
vendored
2
.github/workflows/docker-unified.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ENABLE_PUBLISH: >-
|
ENABLE_PUBLISH: >-
|
||||||
${{
|
${{
|
||||||
(github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
|
(github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'release' )
|
||||||
&& ( secrets.ACRYL_DOCKER_PASSWORD != '' )
|
&& ( secrets.ACRYL_DOCKER_PASSWORD != '' )
|
||||||
}}
|
}}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user