Skip to content

ci

ci #2667

Triggered via schedule March 5, 2026 10:14
Status Success
Total duration 2m 26s
Artifacts 54

ci.yml

on: schedule
minimal
20s
minimal
git-context
31s
git-context
git-context-secret
23s
git-context-secret
path-context
27s
path-context
example
18s
example
error
8s
error
error-buildx
21s
error-buildx
docker-driver
15s
docker-driver
export-docker
12s
export-docker
secret
23s
secret
secret-envs
15s
secret-envs
network
2m 17s
network
shm-size
14s
shm-size
ulimit
12s
ulimit
cgroup-parent
20s
cgroup-parent
add-hosts
21s
add-hosts
no-cache-filters
18s
no-cache-filters
registry-cache
31s
registry-cache
github-cache
26s
github-cache
local-cache
30s
local-cache
standalone
20s
standalone
named-context-pin
25s
named-context-pin
named-context-docker
19s
named-context-docker
named-context-container
31s
named-context-container
docker-config-malformed
13s
docker-config-malformed
proxy-docker-config
21s
proxy-docker-config
proxy-buildkitd
31s
proxy-buildkitd
annotations
24s
annotations
multi-output
19s
multi-output
load-and-push
27s
load-and-push
summary-disable
18s
summary-disable
summary-disable-deprecated
26s
summary-disable-deprecated
summary-not-supported
19s
summary-not-supported
record-upload-disable
21s
record-upload-disable
annotations-disabled
12s
annotations-disabled
call-check
15s
call-check
no-default-attestations
27s
no-default-attestations
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 20 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 build: 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
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 167 (line 8 column 1)
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#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#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/
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/
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/
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/
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#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#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#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/
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/
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/
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/
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.
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)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~0KGGGO.dockerbuild
19.4 KB
sha256:27584db48047ee3a0d76e3244539542e36d9e7220f175f882a384feb012168f0
docker~build-push-action~0TQB7V.dockerbuild
26.5 KB
sha256:ef8743b9484e7f4d71c98d66b416d0d584390b3feee8c269a95ed1c153e576d1
docker~build-push-action~2AIH7R.dockerbuild
12.1 KB
sha256:66db2b7efc6488fe87d0792740327bfcc304135ab3da9d4a693e0c4ab999821c
docker~build-push-action~2EM10H.dockerbuild
31.6 KB
sha256:59b17a298515884428385935295fb626f8a05ae1378c5a39b1096be49db19f52
docker~build-push-action~430F8R.dockerbuild
40.3 KB
sha256:e9b71654cd0a0cdebdd76b3a2bbb65fd62251285fe202473795bef18dea728a1
docker~build-push-action~5ANDSP.dockerbuild
21.5 KB
sha256:da9b71054f66dcb3f2f8cc0899faa26832f8fed03aa1d3fe1da5620b2bdb22f1
docker~build-push-action~5VNHLA.dockerbuild
23.5 KB
sha256:343feb89116a1b3b884d118647c870f73ed1ec02718d7ca5b47eec732be1e26d
docker~build-push-action~6BY47X.dockerbuild
19.9 KB
sha256:c2c365e50b1605e82c386eb4f9e672c2b909cc0e3532233728ff7ad4f0daa64d
docker~build-push-action~729H4P.dockerbuild
48.4 KB
sha256:42b2a4b139661ed202564dcd7f59f4a3a393c2bce614f85aacc127cbada8f0f3
docker~build-push-action~7HDPLJ.dockerbuild
25.9 KB
sha256:53ba54db5a55543ecc3bdd6dfbdbd2f7a66880dc9fc345a9ee115c7cdd875757
docker~build-push-action~85D74T.dockerbuild
27.4 KB
sha256:97db4c76c8e80bd76292e6f4daac80652545aabaa9630460fca99f3743a7d9b4
docker~build-push-action~8KMFAU.dockerbuild
43.1 KB
sha256:f81be213b79b2541aa3053b5e31618bd23f6300c489b59596e9e0273a3b29dd6
docker~build-push-action~9MCJVS.dockerbuild
17.4 KB
sha256:e5b42e22ada05f9efd8b81f57743c769c0b5f582c2087e1dd5f96474c32427ec
docker~build-push-action~AGGBW3.dockerbuild Expired
21.8 KB
sha256:c54dcf20ed61175b72a4044adbea6f7bc0cd545cc54df71525e0e98615be30e2
docker~build-push-action~EV4PDJ.dockerbuild
30.9 KB
sha256:d4028031898748144ff46a5a1393e6374b48c5104815a1b0c32ca2a1ac794b1b
docker~build-push-action~F4DXM5.dockerbuild
28.6 KB
sha256:956e42781f7d5540da3e58441b63069d95c7d3f01f1717a2be5540e729766e82
docker~build-push-action~IQYM8Z.dockerbuild
51.2 KB
sha256:03097fef6d1066de44be64084fa59d887430c22755f74a7b7e809e294949e35d
docker~build-push-action~JGP7YS.dockerbuild
55.9 KB
sha256:002c20e812bbae5654c78592343cf1dc56937d37034e3e78142d0cbfc82a7eb9
docker~build-push-action~JPRONQ.dockerbuild
17.2 KB
sha256:5e78c56cf2f61e8f97eabc316470dd4a90f13e5e7c91723381db7f59ede537ba
docker~build-push-action~JR28MV.dockerbuild
13.5 KB
sha256:96f960ead6b40c4fcd95fcef08d7787a217d4523b6a90c8ed65bd272e1562d3b
docker~build-push-action~JTE605.dockerbuild
11.8 KB
sha256:d928c6b59f1510b3cce6cc9112f64806d565bc691163b7893b00feb82b555bcb
docker~build-push-action~KHLRS8.dockerbuild
51.8 KB
sha256:970f8b00d4c21cc38259897bec40e60c3828d392be3e5d1b9755742d4802cb29
docker~build-push-action~LI1B9V.dockerbuild
20.1 KB
sha256:5d6d385fe34fbd58c129c45620369dca489a7c88e5dbfa1735ae32c2766eb21a
docker~build-push-action~MIIBCX.dockerbuild
29.2 KB
sha256:74db910f57de1faafafe4ba894c906d963488712ea97ca47bd924013b45a47de
docker~build-push-action~MIRN0T.dockerbuild
40.2 KB
sha256:db70a634bef4fa84aadb15a08ea45363237eca5c2c489d45142b4c3284f530a3
docker~build-push-action~MZYV21.dockerbuild
38.4 KB
sha256:902df25282498726856964a2ad1e231e2fb1db47105c87d7b2511bfb0a635549
docker~build-push-action~NMVSTB.dockerbuild
19.4 KB
sha256:430634a0b7829dd6b958b4f160d5bc9c49601c8d9b1a7c8eb4eaee46485c1636
docker~build-push-action~NNUVMC.dockerbuild
19.3 KB
sha256:f6790390b078a1a32d21f59d435b6ff04b099f5fb6ea8dc7ff6ca92763ca1b14
docker~build-push-action~O5JE5F.dockerbuild
11.6 KB
sha256:45236f5189bdd9e41eeaa19f9c8640938814283b4af166aee5b21763382b066c
docker~build-push-action~OEBOZP.dockerbuild
21.1 KB
sha256:7302d33636958c050a1d866402090fff489d4bb57ba1af4be6d2801dc2fd82f2
docker~build-push-action~QI7I6E.dockerbuild
19.5 KB
sha256:3beb3c82aeb988f48ab77781565ddcf88a987ca64b36190e9b8d4d858c88b320
docker~build-push-action~QWRYGV.dockerbuild
19.1 KB
sha256:848c32ccb60be8d537dac311cf84e7e199dc9c74379b8e85fb247c562117c249
docker~build-push-action~QZP7UJ.dockerbuild
40.9 KB
sha256:b78c9b328358338df4e52005a6cd9385837d9c9c7efde5732f8b53b9483fb450
docker~build-push-action~R7GFGI.dockerbuild
11 KB
sha256:d2d874d04235e4c156abd8e678c5a94e0f03b43f97f416c3e1b0effcc460fda3
docker~build-push-action~RVWF86.dockerbuild
28.4 KB
sha256:a26b2a985f32144a4d94f79472168fd2cfdc9c9789f54529740e647ea775b48e
docker~build-push-action~SMD2NS.dockerbuild
19.5 KB
sha256:90296f9ef2f2decb85cd5cee5b7ec238bc0ce5c8955a8711ccb7b6216f0deb3b
docker~build-push-action~SZP9QU.dockerbuild
21.3 KB
sha256:446e7593900f719aaaaa1c484bf0ba8841901fc6962129e1de4279d58423ad04
docker~build-push-action~TMOFDS.dockerbuild
26.4 KB
sha256:94917386081dd5b4dce5cc310dd29889999292882681005594ab2d70b6522ab5
docker~build-push-action~UTDU26.dockerbuild
12.1 KB
sha256:5f03bd80fd24fd965132f978a00a6beb7deafbe1660a5edd9545ddb4e9f1ca8d
docker~build-push-action~VACJGE.dockerbuild
31.5 KB
sha256:7958eeac1f9dedd530402cd1487ca0adcbb15be1e146354bd4fc5c8c3d3dc361
docker~build-push-action~VEJYIM.dockerbuild
51.5 KB
sha256:866d4844640983d4c7723fa55336ef87cf950bcf8a72aa3d2438eec4883fa575
docker~build-push-action~VKCHEV.dockerbuild
19.2 KB
sha256:3d344ca07f4cd886355528d2365679dab2a144bbbfc5b72d11da1321937f9150
docker~build-push-action~VQULUX.dockerbuild
11.9 KB
sha256:218981c5a8c11ad8999f4361782ce588971d788813434d0ebebcb62d8a820c32
docker~build-push-action~W8FOLT.dockerbuild
21.2 KB
sha256:f053594bde90f925cdff642d465f6dc2f0223caa997e28abced3dc5aae582fd1
docker~build-push-action~WJR99N.dockerbuild
20.6 KB
sha256:668fc54b573dd2c038285f154c468bf122bbd1045fb0339bd1c85c995e1d6085
docker~build-push-action~WW5NFA.dockerbuild
27.2 KB
sha256:cdb1e18214d1e29860a4e8748aab27f32e177409961772760a184ac2bf590bc1
docker~build-push-action~XFPMP6.dockerbuild
19.4 KB
sha256:fd0d5153976a53690aaa2df3fba6b50199283ab9417f7b6c4edc11ab900a539b
docker~build-push-action~YERO07.dockerbuild
11.7 KB
sha256:c0eb25fc7bdf6b000d7904f6da4916b7f3af08134e5e95b4fd2b68407fa1ec14
docker~build-push-action~YFKZE0.dockerbuild
28.7 KB
sha256:c94e37ca00d377be82a4c0ba592c3f30401ffaca947c80e2df68b936c0c7385a
docker~build-push-action~YQ3N55.dockerbuild
19.5 KB
sha256:11a88fc9d411e0f8e4249babf5a18812cca47580e2b598173e1246ceef323246
docker~build-push-action~Z584KF.dockerbuild
25.8 KB
sha256:05215960917dbede62626aee741e8efd21b80ca83bb12ef3397b1ae702d0b338
docker~build-push-action~ZFHBP3.dockerbuild
17.7 KB
sha256:2ea1440a710aae8aa4f8505f44d9405eb870c1cf47882b9942c50ecc71fb6847
docker~build-push-action~ZL6W10.dockerbuild
38.6 KB
sha256:697d5dc5a52ea15fd95d1753157d0f99db07dde29610d5a51b61e5da228088c6
docker~build-push-action~ZV458I.dockerbuild
11.7 KB
sha256:a4af3c46093ed5d1b58cce14a67b15a4b17a177ff98b0adbb6bc467762a72810