Skip to content

Commit

Permalink
fix: Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored May 18, 2023
1 parent 2683d63 commit 995de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Verify signature and annotations on images in Dockerfile using cosign
run: cosign dockerfile verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github.com/radiorabe/container-image-ubi9-minimal/.*' Dockerfile > /dev/null
run: cosign dockerfile verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github.com/radiorabe/container-image-rabe-s2i-core-minimal/.*' Dockerfile > /dev/null

- name: Build Container Image
id: docker_build
Expand Down

0 comments on commit 995de09

Please sign in to comment.