Skip to content

Commit 511bb10

Browse files
committed
Fix: Upload docker images on pypi release
1 parent 61fa4f3 commit 511bb10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_push_docker_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
runs-on: linux-x86-n2-16-buildkit
5555
container: google/cloud-sdk:524.0.0
5656
if: >
57+
github.event_name == 'release' ||
5758
github.event_name == 'schedule' ||
5859
github.event_name == 'pull_request' ||
5960
github.event_name == 'workflow_dispatch' && (

0 commit comments

Comments
 (0)