From 44031bacc85a330f2d484d9a7247da47d9004db0 Mon Sep 17 00:00:00 2001 From: Kirill Morozov Date: Sun, 31 Mar 2024 21:54:28 -0400 Subject: [PATCH] Fix typo docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4464a0d..7db39f7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 with: repository: 'hollance/BlazeFace-PyTorch' - path: 'model/bazeface' + path: 'model/blazeface' - name: Build the Docker image run: docker build . --file build/Dockerfile --tag the-smile:$(date +%Y%m%d-%s) --tag the-smile:latest