We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cebecd commit 8a0f814Copy full SHA for 8a0f814
1 file changed
.github/workflows/pack.yaml
@@ -33,7 +33,7 @@ on:
33
- "v*-dev"
34
paths:
35
- ".github/workflows/pack.yaml"
36
- - "pack/**"
+ - "Dockerfile"
37
38
env:
39
INPUT_PYTHON_VERSION: 3.11
@@ -183,7 +183,7 @@ jobs:
183
provenance: true
184
sbom: true
185
push: ${{ github.event_name != 'pull_request' }}
186
- file: ${{ github.workspace }}/pack/Dockerfile
+ file: ${{ github.workspace }}/Dockerfile
187
context: ${{ github.workspace }}
188
platforms: "linux/amd64,linux/arm64"
189
build-args: |
0 commit comments