Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmorozov committed Apr 1, 2024
2 parents 502cd64 + 68ba12a commit b1cf8b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
repository: 'hollance/BlazeFace-PyTorch'
path: 'model/blazeface'

- name: Pull latest from DO
run: docker pull registry.digitalocean.com/thesmile/thesmile:latest

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

0 comments on commit b1cf8b9

Please sign in to comment.