mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
Allow manual image pushing (#8073)
This commit is contained in:
parent
5d0fcb7483
commit
2f9dd10a25
@ -61,7 +61,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name == 'release' }}
|
||||
push: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
|
||||
# Update tags before every release
|
||||
tags: 'openmetadata/ingestion-base:${{ env.input }},openmetadata/ingestion-base:latest'
|
||||
file: ./ingestion/operators/docker/Dockerfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user