Skip to content

Commit 51fa720

Browse files
Merge pull request #18 from ProjectZeroDays/fix-lib-tk
Fix missing libtk8.6 dependency
2 parents 2a524b7 + 15d01ac commit 51fa720

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ jobs:
4545
run: |
4646
./scripts/deploy_huggingface.sh
4747
48+
- name: Build and push Docker image
49+
uses: docker/build-push-action@v2
50+
with:
51+
context: .
52+
push: true
53+
tags: user/repository:latest
54+
4855
- name: Upload deployment logs
4956
uses: actions/upload-artifact@v2
5057
with:

0 commit comments

Comments
 (0)