fix(actions): frontend image with proper tag
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
51fad91a22
commit
d4a13edcf0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/patch-build.yaml
vendored
2
.github/workflows/patch-build.yaml
vendored
|
|
@ -214,7 +214,7 @@ jobs:
|
||||||
|
|
||||||
# Build FOSS and EE versions
|
# Build FOSS and EE versions
|
||||||
build_service "$service" "$version" "$foss_build_args"
|
build_service "$service" "$version" "$foss_build_args"
|
||||||
build_service "$service" "$version" "$ee_build_args"
|
build_service "$service" "${version}-ee" "$ee_build_args"
|
||||||
|
|
||||||
# Build managed version for specific services
|
# Build managed version for specific services
|
||||||
if [[ "$service" != "chalice" && "$service" != "frontend" ]]; then
|
if [[ "$service" != "chalice" && "$service" != "frontend" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue