Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
826f661
1
Parent(s):
08fc98f
Fix Docker push action
Browse files
.github/workflows/push_docker.yaml
CHANGED
@@ -9,7 +9,8 @@ on:
|
|
9 |
- 'pegasus/**'
|
10 |
- 'scripts/**'
|
11 |
- 'sharegpt/**'
|
12 |
-
- '
|
|
|
13 |
- 'LICENSE'
|
14 |
- 'requirements-benchmark.txt'
|
15 |
- '.gitignore'
|
@@ -41,7 +42,7 @@ jobs:
|
|
41 |
uses: docker/build-push-action@v3
|
42 |
with:
|
43 |
context: .
|
44 |
-
file: Dockerfile
|
45 |
builder: ${{ steps.buildx.outputs.name }}
|
46 |
push: true
|
47 |
tags: ${{ steps.meta.outputs.tags }}
|
|
|
9 |
- 'pegasus/**'
|
10 |
- 'scripts/**'
|
11 |
- 'sharegpt/**'
|
12 |
+
- 'spitfight/**'
|
13 |
+
- 'deployment/benchmark.Dockerfile'
|
14 |
- 'LICENSE'
|
15 |
- 'requirements-benchmark.txt'
|
16 |
- '.gitignore'
|
|
|
42 |
uses: docker/build-push-action@v3
|
43 |
with:
|
44 |
context: .
|
45 |
+
file: deployment/benchmark.Dockerfile
|
46 |
builder: ${{ steps.buildx.outputs.name }}
|
47 |
push: true
|
48 |
tags: ${{ steps.meta.outputs.tags }}
|