Skip to content

Commit 9b7fb6e

Browse files
committed
fix: missing cosign install action
1 parent 54a5f4a commit 9b7fb6e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build_push_dev.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
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

0 commit comments

Comments
 (0)