Skip to content

Commit 7a5b981

Browse files
committed
feat: Add dockerfile_path to release configurations
- Added `dockerfile_path` set to "images/Dockerfile" in multiple release configurations to standardize the Dockerfile location. - This change improves clarity and consistency across the release process. Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent 9f3d291 commit 7a5b981

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release-arm.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
list_release_artifacts: true
4545
cosign: true
4646
release: true
47+
dockerfile_path: "images/Dockerfile"
4748
build-core-rpi4:
4849
uses: kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@a9439a91ef3c968c99a6d50209fa8e2db22afb85
4950
secrets:
@@ -73,6 +74,7 @@ jobs:
7374
trivy_sarif: true
7475
list_release_artifacts: true
7576
cosign: true
77+
dockerfile_path: "images/Dockerfile"
7678
get-k3s-versions:
7779
runs-on: ubuntu-latest
7880
outputs:
@@ -140,6 +142,7 @@ jobs:
140142
list_release_artifacts: true
141143
cosign: true
142144
release: true
145+
dockerfile_path: "images/Dockerfile"
143146
build-standard-rpi4:
144147
uses: kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@a9439a91ef3c968c99a6d50209fa8e2db22afb85
145148
secrets:
@@ -174,6 +177,7 @@ jobs:
174177
trivy_sarif: true
175178
list_release_artifacts: true
176179
cosign: true
180+
dockerfile_path: "images/Dockerfile"
177181
build-nvidia-base:
178182
runs-on: 'ubuntu-24.04-arm'
179183
steps:
@@ -235,3 +239,4 @@ jobs:
235239
list_release_artifacts: true
236240
cosign: true
237241
release: true
242+
dockerfile_path: "images/Dockerfile"

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
list_release_artifacts: true
4545
cosign: true
4646
release: true
47+
dockerfile_path: "images/Dockerfile"
4748
build-uki-container-image:
4849
uses: kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@a9439a91ef3c968c99a6d50209fa8e2db22afb85
4950
permissions:
@@ -75,6 +76,7 @@ jobs:
7576
trivy: true
7677
trivy_sarif: true
7778
cosign: true
79+
dockerfile_path: "images/Dockerfile"
7880
get-k3s-versions:
7981
runs-on: ubuntu-latest
8082
outputs:
@@ -174,6 +176,7 @@ jobs:
174176
list_release_artifacts: true
175177
cosign: true
176178
release: true
179+
dockerfile_path: "images/Dockerfile"
177180
build-standard-k0s:
178181
uses: kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@a9439a91ef3c968c99a6d50209fa8e2db22afb85
179182
needs:
@@ -211,3 +214,4 @@ jobs:
211214
list_release_artifacts: true
212215
cosign: true
213216
release: true
217+
dockerfile_path: "images/Dockerfile"

0 commit comments

Comments
 (0)