Allow manual image pushing (#8073)

This commit is contained in:
Pere Miquel Brull 2022-10-11 09:09:47 +02:00 committed by GitHub
parent 5d0fcb7483
commit 2f9dd10a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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