We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5f4a commit 8913e59Copy full SHA for 8913e59
.github/workflows/build_push_dev.yml
@@ -67,6 +67,8 @@ jobs:
67
registry: oci.stackable.tech
68
username: robot$stackable+github-action-build
69
password: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
70
+ - name: Set up Cosign
71
+ uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3.0
72
-
73
name: Set current date as env variable
74
run: echo "CREATED=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
0 commit comments