From bf4785709dafbe68c58ae6772d3177a904ac3664 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Thu, 21 Mar 2024 10:17:44 +0300 Subject: [PATCH] Revert "remove actions.yml" This reverts commit eea8f7ce05ec685b282600ea456137fc471c31c8. --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 27405d5..e518ec6 100644 --- a/action.yml +++ b/action.yml @@ -25,10 +25,10 @@ runs: - shell: bash run: | docker pull ghcr.io/jethub-homeassistant/amd64-builder:${{ steps.version.outputs.version }} - #cosign verify \ - # --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - # --certificate-identity-regexp https://github.com/jethub-homeassistant/builder/.* \ - # ghcr.io/jethub-homeassistant/amd64-builder:${{ steps.version.outputs.version }} + cosign verify \ + --certificate-oidc-issuer https://token.actions.githubusercontent.com \ + --certificate-identity-regexp https://github.com/jethub-homeassistant/builder/.* \ + ghcr.io/jethub-homeassistant/amd64-builder:${{ steps.version.outputs.version }} - shell: bash id: builder