build(tags): remove redundant build tag ui_base (#857)

It was not used for UI, it had become a CLI dependency
with the same functionality as search

Signed-off-by: Andrei Aaron <andaaron@cisco.com>
This commit is contained in:
Andrei Aaron
2022-10-10 15:05:55 +03:00
committed by GitHub
parent 1afc5c8c3f
commit 98854337ff
28 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
env:
CGO_ENABLED: 0
GOFLAGS: "-tags=sync,search,scrub,metrics,ui_base,containers_image_openpgp"
GOFLAGS: "-tags=sync,search,scrub,metrics,containers_image_openpgp"
steps:
- name: Checkout repository