1
0
mirror of synced 2026-08-05 15:06:54 +00:00

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