From 16bf25bb9fd97d61787827a3e7eb57a9916604ba Mon Sep 17 00:00:00 2001 From: Wei Xu Date: Mon, 15 Jul 2024 10:33:40 +0800 Subject: [PATCH] workflow ci: set Dockerfile to techtrends --- .github/workflows/techtrends-dockerhub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/techtrends-dockerhub.yml b/.github/workflows/techtrends-dockerhub.yml index 7285a6b..3240f73 100644 --- a/.github/workflows/techtrends-dockerhub.yml +++ b/.github/workflows/techtrends-dockerhub.yml @@ -25,8 +25,8 @@ jobs: id: docker_build uses: docker/build-push-action@v4 with: - context: ./techtrends - file: ./Dockerfile + context: ./ + file: ./techtrends/Dockerfile push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/techtrends:latest