Update docker-image.yml

This commit is contained in:
Iyas Altawil
2025-06-27 10:04:35 +03:30
committed by GitHub
parent 8195261be9
commit 523856d2b0

View File

@@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file searxng-docker/Dockerfile --tag saya-search:$(date +%s)
run: docker build . --file container/Dockerfile --tag saya-search:$(date +%s)