Skip to content

Commit 8a0f814

Browse files
committed
fix: github workflows
1 parent 6cebecd commit 8a0f814

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
- "v*-dev"
3434
paths:
3535
- ".github/workflows/pack.yaml"
36-
- "pack/**"
36+
- "Dockerfile"
3737

3838
env:
3939
INPUT_PYTHON_VERSION: 3.11
@@ -183,7 +183,7 @@ jobs:
183183
provenance: true
184184
sbom: true
185185
push: ${{ github.event_name != 'pull_request' }}
186-
file: ${{ github.workspace }}/pack/Dockerfile
186+
file: ${{ github.workspace }}/Dockerfile
187187
context: ${{ github.workspace }}
188188
platforms: "linux/amd64,linux/arm64"
189189
build-args: |

0 commit comments

Comments
 (0)