Skip to content

Commit d2a4ed3

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

File tree

3 files changed

+1
-307
lines changed

3 files changed

+1
-307
lines changed

.github/actions/build-image/action.yml

Lines changed: 0 additions & 245 deletions
This file was deleted.

.github/actions/cosign-verify/action.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.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 }}

0 commit comments

Comments
 (0)