Skip to content

Commit

Permalink
Update buildkit vendor CI for recent image changes (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions authored Oct 30, 2024
1 parent 2726d89 commit f4423d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4423d6

Please sign in to comment.