removed branches from docker action, since it's running on either tags and branches, not both
This commit is contained in:
parent
834979510d
commit
70a5fcf2a1
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -2,8 +2,6 @@ name: Build, Tag, Push Docker Image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags: [ v*, alpha-*, beta-* ]
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue