Deploy docker images on master (#11640)

Previously it was defined to deploy on tags and stable branch. Stable branch is not used so, the stable branch nowadays is master.
This commit is contained in:
Denis Granha 2020-04-20 11:31:47 +02:00 committed by GitHub
parent 4ed0a454f0
commit b7dd06b1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Docker Image Release
on: on:
push: push:
branches: branches:
- stable - master
tags: tags:
- v* - v*