Skip to content

Commit 74dca02

Browse files
v2
1 parent 17d30c2 commit 74dca02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
DIGEST: ${{ steps.build-and-push.outputs.digest }}
102102
run: |
103103
echo "${TAGS}" | xargs -n1 -I {} cosign verify \
104+
--certificate-identity=https://github.com/${{ github.repository }}/.github/workflows/release-image.yml@${{ github.ref }} \
104105
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
105106
{}@${DIGEST}
106107

images/bitcoind/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG VERSION=v30.0
55

66
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77

8+
89
# https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#linux-distribution-specific-instructions
910
RUN <<-EOF
1011
set -e

0 commit comments

Comments
 (0)