We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d30c2 commit 74dca02Copy full SHA for 74dca02
.github/workflows/release-image.yml
@@ -101,6 +101,7 @@ jobs:
101
DIGEST: ${{ steps.build-and-push.outputs.digest }}
102
run: |
103
echo "${TAGS}" | xargs -n1 -I {} cosign verify \
104
+ --certificate-identity=https://github.com/${{ github.repository }}/.github/workflows/release-image.yml@${{ github.ref }} \
105
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
106
{}@${DIGEST}
107
images/bitcoind/Dockerfile
@@ -5,6 +5,7 @@ ARG VERSION=v30.0
5
6
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
7
8
+
9
# https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#linux-distribution-specific-instructions
10
RUN <<-EOF
11
set -e
0 commit comments