Update docker-release.yml

let docker action runs after binary file released completed.
pull/1280/head
姚春锋 3 years ago committed by GitHub
parent 41232d11b4
commit d9d87b4b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,10 @@
name: Build and push docker image name: Build and push docker image
on: on:
push: workflow_run:
tags: workflows: ["Build"]
- 3.* # triggered on every push with tag 3.* types:
- completed
workflow_dispatch: # or just on button clicked workflow_dispatch: # or just on button clicked
jobs: jobs:

Loading…
Cancel
Save