File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155
156156 - name : Build image
157157 id : build
158- uses : ./.github /actions/build-image
158+ uses : home-assistant/builder /actions/build-image@gha-builder
159159 with :
160160 image : ${{ steps.image.outputs.name }}
161161 image-tag : ${{ inputs.image-tag }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ runs:
108108 - name : Verify cache image ${{ inputs.image }}:${{ inputs.cache-image-tag }}
109109 if : inputs.cosign == 'true'
110110 id : verify_cache
111- uses : ./.github /actions/cosign-verify
111+ uses : home-assistant/builder /actions/cosign-verify@gha-builder
112112 with :
113113 image : ${{ inputs.image }}:${{ inputs.cache-image-tag }}
114114 cosign-identity : ${{ inputs.cosign-identity || env.DEFAULT_COSIGN_IDENTITY }}
@@ -119,7 +119,7 @@ runs:
119119
120120 - name : Verify base image
121121 if : inputs.push == 'true' && inputs.verify-base != '' && inputs.cosign-base-identity != ''
122- uses : ./.github /actions/cosign-verify
122+ uses : home-assistant/builder /actions/cosign-verify@gha-builder
123123 with :
124124 image : ${{ inputs.verify-base }}
125125 cosign-identity : ${{ inputs.cosign-base-identity }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments