Skip to content

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov committed Aug 17, 2023
1 parent e0987c9 commit d3a324a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release-Push-Single-Image-to-Dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
docker push --all-tags exadel/compreface
- name: clean docker
working-directory: ./custom-builds/Single-Docker-File/
run: |
docker system prune --force
working-directory: ./custom-builds/Single-Docker-File/
run: |
docker system prune --force
- name: Build insightface gpu images
env:
Expand Down

0 comments on commit d3a324a

Please sign in to comment.