We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ecb14 + 6eb90ba commit 2967795Copy full SHA for 2967795
.dockerignore
@@ -1,9 +1,3 @@
1
-.github/
2
-*.conf
3
-*.png
4
-*.json
5
-*.service
6
-*.timer
7
-*.yml
8
-Makefile
9
-*.md
+*
+.*
+!cloudflare_exporter.sh
.github/workflows/docker.yml
@@ -58,7 +58,7 @@ jobs:
58
DIGEST="$(skopeo inspect docker://${IMAGE} | jq -r .Digest)"
59
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
60
61
- cosign sign --yes "${IMAGE}@${DIGEST}"
+ cosign sign --recursive --yes "${IMAGE}@${DIGEST}"
62
63
- name: Generate artifact attestation
64
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # ratchet:actions/attest-build-provenance@v2
0 commit comments