Skip to content

Commit 8913e59

Browse files
committed
fix: missing cosign install action
1 parent 54a5f4a commit 8913e59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_push_dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
registry: oci.stackable.tech
6868
username: robot$stackable+github-action-build
6969
password: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
70+
- name: Set up Cosign
71+
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3.0
7072
-
7173
name: Set current date as env variable
7274
run: echo "CREATED=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)