devops: fix docker publish workflow (#898) (#900)

This commit is contained in:
Yury Semikhatsky 2022-04-12 12:09:47 -07:00 committed by GitHub
parent eb97940e7a
commit ad2cebb6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,11 @@ on:
release:
types: [published]
workflow_dispatch:
inputs:
is_release:
required: true
type: boolean
description: "Is this a release image?"
branches:
- release-*
jobs: