-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update buildkit vendor CI for recent image changes (#247)
- Loading branch information
1 parent
2726d89
commit f4423d6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
name: Extract image details from Helm values | ||
uses: mikefarah/[email protected] | ||
with: | ||
cmd: yq '.buildkit.image.tag' deployments/helm/hephaestus/values.yaml | ||
cmd: yq '.buildkit.rootlessImage.tag' deployments/helm/hephaestus/values.yaml | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -127,7 +127,7 @@ jobs: | |
name: Extract image details from Helm values | ||
uses: mikefarah/[email protected] | ||
with: | ||
cmd: yq '.buildkit.image.tag' deployments/helm/hephaestus/values.yaml | sed 's/-rootless//' | ||
cmd: yq '.buildkit.image.tag' deployments/helm/hephaestus/values.yaml | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|