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:
parent
4ed0a454f0
commit
b7dd06b1ff
2
.github/workflows/deploy-docker.yml
vendored
2
.github/workflows/deploy-docker.yml
vendored
@ -3,7 +3,7 @@ name: Docker Image Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
- master
|
||||
tags:
|
||||
- v*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user