diff --git a/action.yml b/action.yml index fc65fb6..3434c9b 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: - shell: bash run: | - for j in {1..3}; do + for j in {1..10}; do if CAS_API_KEY= cas authenticate --silent --signerID notary@home-assistant.io docker://ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}; then exit 0 fi