mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 14:55:35 +01:00
Add shell
This commit is contained in:
3
.github/actions/builder/action.yml
vendored
3
.github/actions/builder/action.yml
vendored
@@ -31,6 +31,7 @@ runs:
|
||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
||||
|
||||
- name: Verify base image signature
|
||||
shell: bash
|
||||
run: |
|
||||
cosign verify \
|
||||
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
|
||||
@@ -41,6 +42,7 @@ runs:
|
||||
id: cache
|
||||
continue-on-error: true
|
||||
if: ${{ inputs.cache-image != '' }}
|
||||
shell: bash
|
||||
run: |
|
||||
cosign verify \
|
||||
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
|
||||
@@ -63,5 +65,6 @@ runs:
|
||||
labels: ${{ inputs.labels }}
|
||||
|
||||
- name: Sign image
|
||||
shell: bash
|
||||
run: |
|
||||
cosign sign --yes "${{ inputs.tag }}@${{ steps.build.outputs.digest }}"
|
||||
|
||||
Reference in New Issue
Block a user