Skip to content

Commit 677f4d3

Browse files
committed
Move actions to actions folder
1 parent 75583a2 commit 677f4d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)