fix(ci): k8s-portal build context is stacks/k8s-portal/modules/k8s-portal/files (was stale platform/ path)
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
b906f61ac3
commit
bdfdf8db72
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-k8s-portal.yml
vendored
4
.github/workflows/build-k8s-portal.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'stacks/platform/modules/k8s-portal/files/**'
|
||||
- 'stacks/k8s-portal/modules/k8s-portal/files/**'
|
||||
workflow_dispatch: {}
|
||||
|
||||
permissions:
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: stacks/platform/modules/k8s-portal/files
|
||||
context: stacks/k8s-portal/modules/k8s-portal/files
|
||||
platforms: linux/amd64
|
||||
provenance: false
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue