Skip to content

Commit

Permalink
search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LbP22 committed Apr 23, 2024
1 parent a576dc6 commit 2601400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/backend/app/containerdb/containerdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func GetLogs(getPrev bool, include bool, host string, container string, message
last_item = []string{key, value}

if !fitsForSearch(value, message, caseSensetivity) {
increaseAndMove(&counter, move_direction)
move_direction()
continue
}

Expand Down
2 changes: 1 addition & 1 deletion application/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker buildx create --use
# docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.0.5" --push .
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.0.6" --push .

0 comments on commit 2601400

Please sign in to comment.