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