File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 CREATED=${{ env.CREATED }}
4848 REVISION=${{ github.sha }}
4949 VERSION=dev
50+ -
51+ name : Sign the published backend image
52+ run : cosign sign -y oci.stackable.tech/stackable/secobserve-backend@${{ steps.build-and-push-backend.outputs.digest }}
5053
5154 docker_frontend_dev :
5255 runs-on : ubuntu-latest
@@ -67,12 +70,11 @@ jobs:
6770 registry : oci.stackable.tech
6871 username : robot$stackable+github-action-build
6972 password : ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
73+ - name : Set up Cosign
74+ uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3.0
7075 -
7176 name : Set current date as env variable
7277 run : echo "CREATED=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
73- -
74- name : Sign the published backend image
75- run : cosign sign -y oci.stackable.tech/stackable/secobserve-backend@${{ steps.build-and-push-backend.outputs.digest }}
7678 -
7779 name : Build and push frontend
7880 id : build-and-push-frontend
You can’t perform that action at this time.
0 commit comments