Skip to content

Remove the min_length limitation in text search and combine search #6

Remove the min_length limitation in text search and combine search

Remove the min_length limitation in text search and combine search #6

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
environment: DockerHub
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: edgeneko/neko-image-gallery:latest