fix: add tags for frontend build action (#445)
This commit is contained in:
parent
c0bf7783b1
commit
bd3ea456c3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/push-image-frontend.yml
vendored
2
.github/workflows/push-image-frontend.yml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'master'
|
- 'master'
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_push_frontend:
|
build_push_frontend:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue