Skip to content

Add search

Add search #64

Workflow file for this run

name: CI-PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
id: build_image
run: |
docker build -t ${{ vars.DOCKERHUB_USERNAME }}/negar-frontend:latest .