Skip to content

Commit

Permalink
Added check for blazeface docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmorozov authored Apr 1, 2024
1 parent bb9aea3 commit 84d4f32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
path: 'model/bazeface'

- name: Build the Docker image
run: docker build . --file build/Dockerfile --tag the-smile:$(date +%Y%m%d-%s)
run: docker build . --file build/Dockerfile --tag the-smile:$(date +%Y%m%d-%s) --tag the-smile:latest

- name: Check BlazeFace
run: ls -la model/blazeface

0 comments on commit 84d4f32

Please sign in to comment.