Skip to content

Merge pull request #1363 from crazy-max/fix-codecov #2214

Merge pull request #1363 from crazy-max/fix-codecov

Merge pull request #1363 from crazy-max/fix-codecov #2214

Triggered via push April 22, 2025 12:23
Status Success
Total duration 1m 31s
Artifacts 53

ci.yml

on: push
minimal
30s
minimal
git-context
26s
git-context
git-context-secret
28s
git-context-secret
path-context
21s
path-context
example
33s
example
error
5s
error
error-buildx
26s
error-buildx
docker-driver
13s
docker-driver
export-docker
16s
export-docker
secret
15s
secret
secret-envs
21s
secret-envs
network
18s
network
shm-size
23s
shm-size
ulimit
23s
ulimit
cgroup-parent
22s
cgroup-parent
add-hosts
16s
add-hosts
no-cache-filters
15s
no-cache-filters
registry-cache
32s
registry-cache
github-cache
21s
github-cache
local-cache
32s
local-cache
standalone
25s
standalone
named-context-pin
24s
named-context-pin
named-context-docker
35s
named-context-docker
named-context-container
22s
named-context-container
docker-config-malformed
13s
docker-config-malformed
proxy-docker-config
19s
proxy-docker-config
proxy-buildkitd
19s
proxy-buildkitd
annotations
29s
annotations
multi-output
1m 10s
multi-output
load-and-push
27s
load-and-push
summary-disable
20s
summary-disable
summary-disable-deprecated
20s
summary-disable-deprecated
summary-not-supported
18s
summary-not-supported
record-upload-disable
26s
record-upload-disable
annotations-disabled
14s
annotations-disabled
call-check
9s
call-check
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 21 warnings
error
buildx failed with: ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
call-check
Check complete, 7 warnings have been found!
error-buildx
buildx failed with: ERROR: failed to solve: failed to push localhost:5000/name/app:latest: failed to do request: Head "http://localhost:5000/v2/name/app/blobs/sha256:70230e619066b156ac41123922673974a4079e7840354f7d49857171a3f13979": dial tcp [::1]:5000: connect: connection refused
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 139
secret
INVALID_SECRET= is not a valid secret
Multiple instructions of the same type should not be used in the same stage: test/lint.Dockerfile#L10
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
The MAINTAINER instruction is deprecated, use a label instead to define an image author: test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L6
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L6
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
Multiple instructions of the same type should not be used in the same stage: test/lint.Dockerfile#L10
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
The MAINTAINER instruction is deprecated, use a label instead to define an image author: test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
secret-envs
INVALID_SECRET= is not a valid secret
attests-compat (latest, moby/buildkit:v0.10.6)
Process "docker run" closed with code 1
standalone
Docker is required to export a build record
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
Attestations are only supported by buildx >= 0.10.0; the inputs 'attests', 'provenance' and 'sbom' are ignored.

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~0J8FWH.dockerbuild Expired
15.1 KB
sha256:d44b49a4b1d3ac99a840728ccff3654a8dce1f7b599981f740afeb8ed24eb797
docker~build-push-action~13H3HG.dockerbuild Expired
46.3 KB
sha256:9018a49ac29c7dea19374d41e08183b848fdf474904e77cac0bc85592d88ce08
docker~build-push-action~17FVD0.dockerbuild Expired
16.8 KB
sha256:9ef69e7cce2440fb0b36fc4f73585720bf4c70f0ce9e23c247a97bdbafe6db67
docker~build-push-action~1QBFE0.dockerbuild Expired
45.3 KB
sha256:0e20d31109bacd5c60f916fd124103c0389c619b6cb004244a1d50f483b1098b
docker~build-push-action~1WSG2A.dockerbuild Expired
17.4 KB
sha256:2aff0f731dad43a2bef481d2ca65831bf7c193c17b60f380ba0d6dcc14a7d704
docker~build-push-action~3V9T9G.dockerbuild Expired
25.4 KB
sha256:d4d0a7ff4de3f3aa3f62f6ab2410b01aedb754294bd442c384d85fa8c1f19996
docker~build-push-action~571Y48.dockerbuild Expired
19.9 KB
sha256:26cbd460c91fb7eb07aff2780c8ad0db1d3a81feef481026b891f448968d43a6
docker~build-push-action~5XCC7O.dockerbuild Expired
38 KB
sha256:b592b724be8a3238a2f6e5a7dc716648484a00c482125dcff670374d281363e0
docker~build-push-action~7PIITF.dockerbuild Expired
17.5 KB
sha256:3484f8724cf3270ab27d44360569ecd4d852339afaeeff9453493b1369e827c8
docker~build-push-action~7T6GJ2.dockerbuild Expired
23 KB
sha256:097b476b1ce0f3a74cd81a47cf108e4e64ff4d95f3c711989982eb4851279327
docker~build-push-action~8A33ZD.dockerbuild Expired
18.9 KB
sha256:18f8dcac77cbd716eabe643e32f58c47108fe0403a44c6223d9a3c788782fd47
docker~build-push-action~8UK2BZ.dockerbuild Expired
16.1 KB
sha256:712c8c1d07ecb1e1da33c5aed78d967530f8b9efeada256cd7094dd3a3b07bb1
docker~build-push-action~9QPEGD.dockerbuild Expired
25.5 KB
sha256:d0227b0cc945ea20b5d8079bb3f60e0ee9923a9c4f21716286f6708a4f625310
docker~build-push-action~AU51P5.dockerbuild Expired
23.3 KB
sha256:7b6379830242dc016eb13e5a1cb56f2b0e067f6c432c108e86fff9804793d4e1
docker~build-push-action~CFG7DL.dockerbuild Expired
18.6 KB
sha256:2e0bcaed7a8036a9555cbbf1470985a77b518a4db0e7a5ecfd7a674a26a48811
docker~build-push-action~EA67AK.dockerbuild Expired
18.7 KB
sha256:ab83c901c15d5d19196c499013c2d35c3bf234cf433b7726158ac06f4fc14e9c
docker~build-push-action~F33U48.dockerbuild Expired
16.7 KB
sha256:603c7c942b712cb9a41ed3a1d58e000fc8a0bb0e35ea00ee996f16c0308fe7da
docker~build-push-action~FGSOMS.dockerbuild Expired
39.6 KB
sha256:45b6026a0cffa6947a5b4787af7c652d2b1c74d135402825d5bb8e548a4de342
docker~build-push-action~G7ERS4.dockerbuild Expired
11.3 KB
sha256:9b040eb7b04d830db8a71a9174b7dc68dddef88b17efb2606f821b1bf3951c99
docker~build-push-action~GGTI6J.dockerbuild Expired
17.8 KB
sha256:d26df0cb75ee80debe668192b283fa4c47fe9e8c83cdd055e549c2eb30681059
docker~build-push-action~GUDXLP.dockerbuild Expired
25.7 KB
sha256:55c83b81935e3b8cfa77d2afcff3ffed845738fbdc1a117a84b47b742d977cbe
docker~build-push-action~I50ZIN.dockerbuild Expired
17.6 KB
sha256:fd341193428a76dda5259a607b14fc738aa61139e61276bff6bb9236a3b8e0b9
docker~build-push-action~IG09ME.dockerbuild Expired
14.2 KB
sha256:bedc8349e3f09c8127d818179b20519fc3be67318c9031512b8c727762b32dba
docker~build-push-action~JVXQGA.dockerbuild Expired
17.5 KB
sha256:908fccfab1d7cfec40ffadedcee05970b66ed7d017b3443f0d5f549a872da20b
docker~build-push-action~JZ3UAQ.dockerbuild Expired
36.5 KB
sha256:c6d5e12ba49c5dc7d86936a98851bae7e451e1c6a00181a067f1740184a16317
docker~build-push-action~LA1VJ2.dockerbuild Expired
14.4 KB
sha256:a3528d8922deacbddbd0922f3eac3f2474105bbc05b48bbb40926fe726f27e96
docker~build-push-action~NPF1KU.dockerbuild Expired
36.7 KB
sha256:9cf2e6d33b2eea95fc1683a04acd090ea08fd656e59b86e895d6931fda12539c
docker~build-push-action~O6GN65.dockerbuild Expired
23.6 KB
sha256:f49c1db6f9d05f24ca4fa52c008e28c02974b10b71c8473d052c023ff7f44d4b
docker~build-push-action~OJ1RCL.dockerbuild Expired
44.9 KB
sha256:1caaeda6d2a4f779c35c69d895579f04f6bb0103cfdfc45d43f7c6fab3b626e5
docker~build-push-action~PEYVA0.dockerbuild Expired
27.2 KB
sha256:9431c2f8c0467207aa31c3a6447812b1306c36a1f3a31947ac8621fa7d2b8810
docker~build-push-action~PPP82X.dockerbuild Expired
16.7 KB
sha256:89da0542972868591510c689aa3b561e9255f90f57571c2ff51eb895e14ed21d
docker~build-push-action~Q4JBMT.dockerbuild Expired
17.3 KB
sha256:282b0590c165ec8f8a16e5176ea301deec917e9207dd1ae09ce83a49bd651bc5
docker~build-push-action~RG1GS5.dockerbuild Expired
28.9 KB
sha256:d4483c165563444b114d44e8517f0b6b3ea2d99c39f7acb112e4c8a5732f905d
docker~build-push-action~SDFFV2.dockerbuild Expired
16.8 KB
sha256:4b2bc3229722911140c82c8bc4f50232a83eba674810c56bf2ca5e0fe302ed70
docker~build-push-action~SZB51H.dockerbuild Expired
27.6 KB
sha256:2c09c06f5bf18d71cade97411ef83ff91c50d1801709116b14b14617d3f5f7bd
docker~build-push-action~T305M2.dockerbuild Expired
15.1 KB
sha256:0848cc2ec85db777a3da5f1e1907d26bdb45907e4a7592896ddebbb50400dd54
docker~build-push-action~T7HHZX.dockerbuild Expired
17.1 KB
sha256:6bed12de2b1abc3a3fb7811b009d9b95c24ab66c9ae9a95e7f509f6606810f8e
docker~build-push-action~TF7D57.dockerbuild Expired
24.3 KB
sha256:d4f3ab03e893359a619ca0a2d3ebb0fe5ea7aceb459a09c99980889a3a2d55e4
docker~build-push-action~ULMZQB.dockerbuild Expired
16.9 KB
sha256:512c480ab79e7c42ab8a7a19d7e379859747315c90c1518ef22cc06771a98b65
docker~build-push-action~UYU8A4.dockerbuild Expired
17.2 KB
sha256:ae30fc75880fd491597dfb2cb6473c8b92a04a6190e1b61745ee3bca009758d7
docker~build-push-action~V8H370.dockerbuild Expired
37.1 KB
sha256:97235e686074757cc50aa164e71b7dbbe3e909470f579ca6d12ce5ee6fc52e40
docker~build-push-action~VSZACR.dockerbuild Expired
47.8 KB
sha256:0d0755641aed3ebdb81853f60f57f8cb0fe96202e84913c3d249de3a001b38a9
docker~build-push-action~VYP5B7.dockerbuild Expired
25.7 KB
sha256:e8b2c780d1dfee5bac026a28acc702f98c3682d1fe09facaa4071f168803fd3e
docker~build-push-action~WFP4FS.dockerbuild Expired
16.3 KB
sha256:944cd1f0f867683aa6677a0a112a0b8a20ae185e2d4a88b5ed9fb994ac9e5682
docker~build-push-action~X0FCKJ.dockerbuild Expired
23.6 KB
sha256:23889f1d5ff040835a4e0a3a299ae1abc6226ce5f82f9bcdd65986bb7b8609cf
docker~build-push-action~XB6Y64.dockerbuild Expired
14.7 KB
sha256:7808da20e510a4852d8d7f89f339d4dcaa746b96d6a37396779818388b484930
docker~build-push-action~XHH7NF.dockerbuild Expired
36.4 KB
sha256:c4eacee7270ba32650e9faf974fc6495660eeccfa871ef02d9867c4e6dda0b7c
docker~build-push-action~XWJQW6.dockerbuild Expired
16.7 KB
sha256:f1868c02977bf0125fd34e2d3ef5b163da33eb30497ca5ef8fc2fc1c4a3486eb
docker~build-push-action~Y0LKXM.dockerbuild Expired
45.7 KB
sha256:81a8631d6078d735e8de5cd8f5f4cbdbd2018922cb15d035a64e2221effed763
docker~build-push-action~YE9R02.dockerbuild Expired
16.7 KB
sha256:f2f271da88e72a1924db74d532005d33a212ef49418a5d5d88832ebba045e2b6
docker~build-push-action~Z38HTM.dockerbuild Expired
18.3 KB
sha256:262a4ed3541b42169b94076d5989b0c56694b7a635812d50a2c0f11eb67be55a
docker~build-push-action~ZB04IN.dockerbuild Expired
26.1 KB
sha256:b9fd7480836ed20f906af9ea7a442e9ad59a43734fc55e6e0d5fffe7773a0d87
docker~build-push-action~ZR7ABX.dockerbuild Expired
16.6 KB
sha256:41a61bb03380167d8f8de3566acce3738d2e24eff8ca81f1b15f03d8e4f22b62