Skip to content

summary: skip secrets in build inputs #2177

summary: skip secrets in build inputs

summary: skip secrets in build inputs #2177

Triggered via pull request April 7, 2025 08:39
Status Success
Total duration 1m 1s
Artifacts 53

ci.yml

on: pull_request
minimal
16s
minimal
git-context
21s
git-context
git-context-secret
21s
git-context-secret
path-context
20s
path-context
example
22s
example
error
3s
error
error-buildx
22s
error-buildx
docker-driver
13s
docker-driver
export-docker
11s
export-docker
secret
22s
secret
secret-envs
13s
secret-envs
network
28s
network
shm-size
14s
shm-size
ulimit
19s
ulimit
cgroup-parent
18s
cgroup-parent
add-hosts
16s
add-hosts
no-cache-filters
21s
no-cache-filters
registry-cache
25s
registry-cache
github-cache
36s
github-cache
local-cache
39s
local-cache
standalone
16s
standalone
named-context-pin
27s
named-context-pin
named-context-docker
30s
named-context-docker
named-context-container
32s
named-context-container
docker-config-malformed
15s
docker-config-malformed
proxy-docker-config
20s
proxy-docker-config
proxy-buildkitd
22s
proxy-buildkitd
annotations
18s
annotations
multi-output
19s
multi-output
load-and-push
20s
load-and-push
summary-disable
10s
summary-disable
summary-disable-deprecated
11s
summary-disable-deprecated
summary-not-supported
13s
summary-not-supported
record-upload-disable
15s
record-upload-disable
annotations-disabled
14s
annotations-disabled
call-check
15s
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:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1": dial tcp [::1]:5000: connect: connection refused
secret-envs
INVALID_SECRET= is not a valid secret
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
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/
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/
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/
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/
standalone
Docker is required to export a build record
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
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.
attests-compat (latest, moby/buildkit:v0.10.6)
Process "docker run" closed with code 1

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~1WS21F.dockerbuild Expired
18.1 KB
sha256:29e0736861e72b42a24d0034659677c06d88566ddd9f9236d860df853e03778c
docker~build-push-action~2HBMUL.dockerbuild Expired
26 KB
sha256:bf033c94d8531030bf50a476b35a657134042bd3794e33856f9eba0f5443c5f7
docker~build-push-action~4C0FQT.dockerbuild Expired
16.8 KB
sha256:e55d80b0325dffd96dd39de03b343750d2c3c1d1cae01a22a7d8287f6368b875
docker~build-push-action~4MNPIA.dockerbuild Expired
17.3 KB
sha256:610672706545bb0eaacfc7533a1063666157f38d26682fdb4c7a074f3bdbb8f2
docker~build-push-action~58N9VI.dockerbuild Expired
35.4 KB
sha256:ee89228f767a8fbb20cf33ad7b0d0e82fd662e589dd5cf876a47271ef7257cf2
docker~build-push-action~5NKQLZ.dockerbuild Expired
16.8 KB
sha256:fa88a9cddc5e2dda4141324064c7004717d2e639c7d8f3b5b13ea58b07549c3d
docker~build-push-action~7JKDEW.dockerbuild Expired
23 KB
sha256:e3f43fd1c08541eeafa5bad2beb78944eccbd1adc84edd09729b8dea9b7e1bb8
docker~build-push-action~8FZ1OJ.dockerbuild Expired
16.5 KB
sha256:3e34dbae00634eade5753a4eaee9bccbca1d29da803d1c4b4eb1ba97bcc171e3
docker~build-push-action~95B93J.dockerbuild Expired
42.3 KB
sha256:995ebadaccc573d4a92de65eee0ffcc9d87da6bac8637dd3558f0e967fca2b22
docker~build-push-action~9OWU3Q.dockerbuild Expired
34.9 KB
sha256:da6cc6ea68b78b4c727027a103c8a14c65a2831ad9d71966ab068165bb363e1e
docker~build-push-action~9OYY66.dockerbuild Expired
17.1 KB
sha256:8b1cf7c54b5208c43410574de2f1535ebf3124e7fa6582f828d9ea4f38092beb
docker~build-push-action~9QKUUN.dockerbuild Expired
35.7 KB
sha256:9b2ccb02c0b64074a16a9d775189cf902da26ca4ddc19171ab63377316a83c09
docker~build-push-action~B780C6.dockerbuild Expired
17.2 KB
sha256:91f233132cfe475f9932ea5fc0f5b44862b2ffacec1fc5dc6829a4618df6cacb
docker~build-push-action~CI2WBH.dockerbuild Expired
16.5 KB
sha256:1061abd7935fca23bb9daa63a50b5e9eea0d7cfde7d90aa22f981d0233a5258f
docker~build-push-action~D0L5RM.dockerbuild Expired
28.5 KB
sha256:11157fefbc349b594a9e9b562f248ea4ae76b02905743913d75c6482a95d0128
docker~build-push-action~DGS349.dockerbuild Expired
28 KB
sha256:157757602df81a97ab3dea4d125a93a1053dd3c927e25f5c25afe4092c28984c
docker~build-push-action~DKE5ND.dockerbuild Expired
11 KB
sha256:0b5b8b0b32f4c82d6cc2991bf5c47c8659a4325ea3e727a0b92aecf61d98ddef
docker~build-push-action~DOA2OC.dockerbuild Expired
43.9 KB
sha256:874e12c840643513ddada216b639f9a37ad0521c66fd70c0c908412b9a329798
docker~build-push-action~EU2T5F.dockerbuild Expired
14.9 KB
sha256:87a33e4d484d1f2f434e134470c1f218e93a21c8fcd34d5b3d46a8d9728d8c89
docker~build-push-action~F02NZC.dockerbuild Expired
25 KB
sha256:cb7908be66029613bb93423e0727d6f78d86b7d54655948b002f77cd7b47b73d
docker~build-push-action~FL4W07.dockerbuild Expired
16.1 KB
sha256:e62ad384a6c2de95b2cda1e787490a84335f941a1be9cb7ae2f94d3ff2f072f1
docker~build-push-action~HBBOC5.dockerbuild Expired
27.2 KB
sha256:65b7d71209375bb3496605a103b5f1490181a6682e2acaf5f0edd9974db5aa5a
docker~build-push-action~ICI8FW.dockerbuild Expired
17.2 KB
sha256:af5dea1edc9ccaba9ce06e50f3f488a055b8b796875469cf47e5962af9a82a46
docker~build-push-action~IGTGSK.dockerbuild Expired
16.8 KB
sha256:dcfa2a91f06678b1217ce3ebf19b5f93b9b7845c50adaaa9aa3eb34c098cea93
docker~build-push-action~J10NCJ.dockerbuild Expired
44.8 KB
sha256:31d9989a5c322684201fe2450e47ec4735e667dee763e5bb6a10a01c0e252010
docker~build-push-action~KCWFJN.dockerbuild Expired
25 KB
sha256:b7fc4b97e045ea67abc325016181e40d7b52745953c4bc3386e2f02bba3c7965
docker~build-push-action~LCN39G.dockerbuild Expired
45.4 KB
sha256:3fd40ca9b65b3c5746af986b9d555d69cd91f7d7e7932e70b7da96eb8175ae74
docker~build-push-action~LLY4XJ.dockerbuild Expired
17.1 KB
sha256:a3785dda5d802812afb893012436b4af31c45905e87288d65427cb3b19103711
docker~build-push-action~LTLKLQ.dockerbuild Expired
16.6 KB
sha256:747c8f1316bac5a1e1c0573bded3fc90b572fa16199ff4f4c80cd97f024acd96
docker~build-push-action~MCSRX7.dockerbuild Expired
25.5 KB
sha256:835b52fdc29c26e1e0a3cc302d00461ad9aa4987247e47ac9efde79256268e9e
docker~build-push-action~MIREXO.dockerbuild Expired
43.4 KB
sha256:c1cf9dfadbaf7da4f6836f452f5255f952e9e43528ee3d6d42a0709178744009
docker~build-push-action~NPGUB0.dockerbuild Expired
37.5 KB
sha256:dbccc92489c262592132e2e6cb3e686fe2fb8ca4e3632063605714731a4fafdc
docker~build-push-action~OMMJLL.dockerbuild Expired
38.6 KB
sha256:81bc8e0db6aac18db76ce32b1e2b9e639e70b347cffc6e6c6adebade44ba1efb
docker~build-push-action~OYWH0A.dockerbuild Expired
23.2 KB
sha256:ddddde24499b646abe7eda49fae21b38632b858fba639ccb60595d59afe05ac3
docker~build-push-action~PE10QH.dockerbuild Expired
14.8 KB
sha256:73bee8efbbb37a1fb8c22aa0beadd01e5d773f8f2c14dfe6f4d7e8525da70412
docker~build-push-action~PP8225.dockerbuild Expired
44.6 KB
sha256:b2cb71026fd7f69f96c86137fa8ac371b797ba45d8ce9388b4ba02ef075d430d
docker~build-push-action~Q3MB10.dockerbuild Expired
17.5 KB
sha256:1cc986075dac79de8de4a734182cb3b21a01ae5d156ae823e180617c622c0b2b
docker~build-push-action~Q9YDT6.dockerbuild Expired
17 KB
sha256:f786c32b6bb5b7319945fa914ab6b95d0f4936bf4b632feefc606d78135c99f9
docker~build-push-action~QZDBSG.dockerbuild Expired
15.2 KB
sha256:fbd1c92dab4f788cc39cf2e6fc9bdff639be03d956b049ce4eb69795af63d256
docker~build-push-action~RAWRW0.dockerbuild Expired
14.4 KB
sha256:45841329fda0dfcb272a41eda47b466aa3666b1fff86916b85c48e7ce49e0d79
docker~build-push-action~S92LI1.dockerbuild Expired
17.2 KB
sha256:4c512561f7375dab3f9532a65b11e87a946443db1cef6d8d55faf9a4d1a9b668
docker~build-push-action~SF42SS.dockerbuild Expired
17.3 KB
sha256:e7eef2494a7941de46395e9611004bbc180a6ec8ea0e026f7f3011c7b0545cc1
docker~build-push-action~U7LIEH.dockerbuild Expired
25.1 KB
sha256:75b0b58374b2f8e14e3d6f64e39f379773e0063db140a87531f74a4198c48acd
docker~build-push-action~UAFGB1.dockerbuild Expired
18.5 KB
sha256:45109455482a1bc6e87b9c5b61ec1136db0e2ebe6a61c0c62431cf34b057b0c4
docker~build-push-action~UN7G1P.dockerbuild Expired
14 KB
sha256:40dd7c6d944da843422062f23a72f75bf76e3bffd8c9eebc193eb4fbfbf1ed48
docker~build-push-action~WX7KKQ.dockerbuild Expired
23.7 KB
sha256:ea1c9d6f558ddcd2eef3f2469e801902359e670bc56cb27fd68f1a5c29afa2dd
docker~build-push-action~X4LVW8.dockerbuild Expired
23.8 KB
sha256:fa88e00b2d0276beb98a5cdb9360733f2072ca7a8a618fbd80ed2c1097c3d986
docker~build-push-action~XIRTCC.dockerbuild Expired
25.4 KB
sha256:5628826c0b7e746d5862c3972b6baa010a2f9200b08abfeeaf6c0a7a31a51db5
docker~build-push-action~XV7YN2.dockerbuild Expired
17.1 KB
sha256:bc1309f3a1137cfcf551d3c310ba7a447a21b12e1019ae5d616bd909eacb98e0
docker~build-push-action~YFKH2H.dockerbuild Expired
10.8 KB
sha256:d009a8501ecb61e8f6b1ce924b982c873e462b1729de99eeca8c0ed60e8ce4ab
docker~build-push-action~YVC5IP.dockerbuild Expired
17.3 KB
sha256:d3980227f2e373a14de8b6ea8f1025577e79b25fcfd51417a5bc944a84af9ed3
docker~build-push-action~ZEMCGC.dockerbuild Expired
17.1 KB
sha256:7486e3a49ff652c06b05344b210867980cb32d7e9d82fb346ea2cd83f6ee5959
docker~build-push-action~ZY51W0.dockerbuild Expired
17 KB
sha256:3d75e02f7937098a96dbea264356912f4e3875dfaf5afa5579d88a785cea1ffb