Fix CI hangs and improve github actions scripts
This commit is contained in:
parent
84725b283a
commit
67c8d88455
10 changed files with 42 additions and 32 deletions
3
.github/workflows/publish-cli-docker.yml
vendored
3
.github/workflows/publish-cli-docker.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Publish CLI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
|
@ -22,6 +23,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue