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