shriarul5273
commited on
Commit
·
1c949a7
1
Parent(s):
efb5818
renamed actions
Browse files
.github/workflows/docker-image.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name: Docker Image
|
2 |
|
3 |
on:
|
4 |
push:
|
|
|
1 |
+
name: Docker Image Build and Push
|
2 |
|
3 |
on:
|
4 |
push:
|
.github/workflows/huggingface.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
|
|
1 |
+
name: Deploy to Hugging Face Spaces
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|