Skip to content

Commit cbb8a82

Browse files
authored
update image push machine (opea-project#1361)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 1064b2b commit cbb8a82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-base-image-upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: ["main"]
88
paths:
9-
- 'cores/**'
9+
- '**/cores/**'
1010
- '**/src/**'
1111
- 'requirements.txt'
1212
- 'Dockerfile'
@@ -40,7 +40,7 @@ jobs:
4040

4141
image-publish:
4242
needs: [ image-build ]
43-
runs-on: "docker-build-gaudi"
43+
runs-on: [docker-upstream]
4444
steps:
4545
- uses: docker/login-action@v3.2.0
4646
with:

0 commit comments

Comments
 (0)