Skip to content

ci

ci #2833

Triggered via schedule April 30, 2026 10:36
Status Success
Total duration 1m 8s
Artifacts 56

ci.yml

on: schedule
minimal
23s
minimal
git-context
39s
git-context
git-context-query
25s
git-context-query
git-context-secret
29s
git-context-secret
path-context
28s
path-context
example
26s
example
error
9s
error
error-buildx
21s
error-buildx
docker-driver
18s
docker-driver
export-docker
11s
export-docker
secret
19s
secret
secret-files
18s
secret-files
secret-envs
12s
secret-envs
network
19s
network
shm-size
20s
shm-size
ulimit
15s
ulimit
cgroup-parent
13s
cgroup-parent
add-hosts
14s
add-hosts
no-cache-filters
19s
no-cache-filters
registry-cache
32s
registry-cache
github-cache
41s
github-cache
local-cache
51s
local-cache
standalone
18s
standalone
named-context-pin
16s
named-context-pin
named-context-docker
16s
named-context-docker
named-context-container
19s
named-context-container
docker-config-malformed
12s
docker-config-malformed
proxy-docker-config
30s
proxy-docker-config
proxy-buildkitd
23s
proxy-buildkitd
annotations
19s
annotations
multi-output
27s
multi-output
load-and-push
19s
load-and-push
summary-disable
24s
summary-disable
summary-not-supported
30s
summary-not-supported
record-upload-disable
23s
record-upload-disable
annotations-disabled
15s
annotations-disabled
call-check
12s
call-check
no-default-attestations
22s
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 36 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:bdaa35801fe67c9215629e760bef425e5fe2fdd2f60455439af9bef591e74c61": 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)
secret-files
INVALID_SECRET= is not a valid secret
checks (v0.14.1)
Failed to restore:
load-and-push
Failed to restore:
secret-envs
INVALID_SECRET= is not a valid secret
error-buildx
Failed to restore:
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#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/
multi (multi)
Failed to restore:
secret
INVALID_SECRET= is not a valid secret
path-context
Failed to restore:
multi (multi-sudo)
Failed to restore:
git-context-secret
Failed to restore:
git-context-query
undefined is not iterable (cannot read property Symbol(Symbol.iterator))
git-context-query
Failed to restore:
registry-cache
Failed to restore:
attests-compat (latest, moby/buildkit:v0.10.6)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control
multi-output
Failed to restore:
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/
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 (v0.9.1, moby/buildkit:buildx-stable-1)
Failed to restore:
summary-not-supported
Failed to restore:
github-cache
Failed to restore:
git-context
Failed to restore:
local-cache
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~0SD2CP.dockerbuild
19.4 KB
sha256:6a02d3fa535df31ed3b593d7c38eb68c5d5b0bd3b2c71379754c0c1354a684db
docker~build-push-action~4G9IOB.dockerbuild
11.6 KB
sha256:10154ae4bbe722eadac3897bafc0a905e9b27876055da21a23fb92bbb3452537
docker~build-push-action~59583K.dockerbuild
19.7 KB
sha256:b235d1d038a92e5976268ece6d96007eebda16add62342d9eb38bbae90e667e2
docker~build-push-action~6HRM5S.dockerbuild
50.5 KB
sha256:e49a8c6174e0a33f1236189325095c6045aa42f3e3749a19275b401420a5147a
docker~build-push-action~790JA4.dockerbuild
21.1 KB
sha256:8209e1c5209862e9afde3b24110f4535025a7295f9bfd2cea38ad26236801a31
docker~build-push-action~7AQEW6.dockerbuild
19.7 KB
sha256:f8be4304593f9f5d6bd9b06bc73ee77498c0dfd00f67581761be0fde31132321
docker~build-push-action~854LF1.dockerbuild
26.5 KB
sha256:c7dc339af27d6a22811e8c0a4cceb9d8fc1ed9deba52aa3f05408d978fc5ef1f
docker~build-push-action~8C1FJQ.dockerbuild
21.9 KB
sha256:c0572bd72ea88b68782ffe2c97f709525b7c6d7283ea49cec2a9e1c3375adf77
docker~build-push-action~8T5IWL.dockerbuild
11.6 KB
sha256:39bc3254f840bcc95da9d4a0791472cc1944f1d6a1c2f7f96cf4a37a43b7adb4
docker~build-push-action~8VY2W9.dockerbuild
28 KB
sha256:f869e6c74ed8c98d391ad262e4b37ef5c4d84da527ae39352dd7b7ae674e5570
docker~build-push-action~CP775N.dockerbuild
26.9 KB
sha256:9b28096647ad941d97253198f0f6deed025c15f584b2d6dbf6c0dc5aa7780824
docker~build-push-action~D5V3T2.dockerbuild
30.1 KB
sha256:4af249d7c626d9b622d9690523a22f37fe71a3aa93ce2851f12e945d1af200c4
docker~build-push-action~DOKD43.dockerbuild
44.7 KB
sha256:88eb8e53fed22dedab9e294c3f48d73028949f7fefba4a727537d62418a9e6fd
docker~build-push-action~DTBU1T.dockerbuild
19.5 KB
sha256:0058693dd7f24e279db57c188d0fbc8e0513be3504092e6e6bf302320f0082fa
docker~build-push-action~F9J3QZ.dockerbuild
19.1 KB
sha256:ffa5bc45d9a748cbf6a4b61551974af5b6ae8422eb3e9e4340bc87ac008a34c8
docker~build-push-action~FATKVT.dockerbuild
26.5 KB
sha256:6f4a525ad792771c3da210f2de39b5e9214548aff436e82d62c3aa173af5a5a8
docker~build-push-action~G7O7HM.dockerbuild
20 KB
sha256:83eec3f8e1d30dab23564695ca33018aafaab27a9e71ebc5055490ee225269b9
docker~build-push-action~HOPJHW.dockerbuild
44.7 KB
sha256:86d856b820f2fcf1b008d2491e98682c64c26b44858014a59d89f1ce3761fee0
docker~build-push-action~I8TDMT.dockerbuild
12.1 KB
sha256:cd0666a6b723342ed8cdff7d4d26315bfcb4ca1798d66aeb7ede694c294ccd61
docker~build-push-action~IF6VIV.dockerbuild
44.4 KB
sha256:16051a509048dfd2a3fed01d12974c5862e0ccf19f59cc82f984c6fbf15bcb72
docker~build-push-action~J39M9Y.dockerbuild
26.1 KB
sha256:59cfbb36a41bbe6fd80e9efa9628e5d61c42ce9399f9dba4f5329eec32a32c78
docker~build-push-action~JL4FP2.dockerbuild
19.6 KB
sha256:d8739076f7eecd506b054016d755a5d42723dc9e64cfe5aced243bf12a905d70
docker~build-push-action~K0GP62.dockerbuild
32.1 KB
sha256:1f0ccfbc3adfa07b685464449c1b345bc6de74d1a0393f09cac70ff4946092a5
docker~build-push-action~K5CY7R.dockerbuild
20.3 KB
sha256:70d392d85c26f19d7ad8874f92e15ca3a02eca0fc728cd247e92192e472b5a16
docker~build-push-action~LV2SC5.dockerbuild
38.5 KB
sha256:a7dec59c99c93409e5a6c90f494ba4de60248c2dce00c0c6b0e2007e472c13b3
docker~build-push-action~LXC0DS.dockerbuild
12.2 KB
sha256:c76f66ed9c00663c47a58303432db9a1f05a81576cfa3845139785a7b00f9b47
docker~build-push-action~M3V9CL.dockerbuild
19.5 KB
sha256:26fbf94fd1078818eddef4c1723a180dd97b5ae8a896a9def1ff3362a290977f
docker~build-push-action~M6IK3D.dockerbuild
19.2 KB
sha256:5a90528bbc135a275634760c90a7b0b67ef558c2cb964638388aa9fe4a245ef8
docker~build-push-action~MK67TN.dockerbuild Expired
21.1 KB
sha256:93c5d23209350f406807ade0049e76c6e2b646f337ac64a0370044af1b96ce22
docker~build-push-action~N09XSY.dockerbuild
19.4 KB
sha256:308891ad32b2b4bc8bf30bee56d9f0758f54e2bf6fa413a9d9190a424291dc31
docker~build-push-action~N475NI.dockerbuild
20.8 KB
sha256:31e125d3870dd1a6c150d40a84267119c5ebc115b505e55d4973939ee49637f6
docker~build-push-action~NYAG8J.dockerbuild
13.2 KB
sha256:a55b96712cc6076c46bed5e924c88d2e83495dfc0ce59ba75a73bde4d1a55564
docker~build-push-action~NZWPAX.dockerbuild
28.3 KB
sha256:da5152d5a50468235fc2508382c23e739ea239675aa8c579c2bd7387333cc1f9
docker~build-push-action~PGUR5X.dockerbuild
21.4 KB
sha256:4a75a35202ac46def5a1ab8df30f90dd706a58664f664d50d9fcefac913f35c9
docker~build-push-action~PHTHQQ.dockerbuild
11 KB
sha256:3de6c2c2c6c2e6e038deb645dd6f8bea3e061a66144a97656ef9a253369db566
docker~build-push-action~R4MXQM.dockerbuild
29.2 KB
sha256:416413a01d11cb81cd86df9ea77d70386765e1dc020c35e363a769f37575c817
docker~build-push-action~RML8HU.dockerbuild
17.3 KB
sha256:139aa49b8960d27fb96530ef9668a257966488221f398a478a47099733f189e8
docker~build-push-action~RW6Y7P.dockerbuild
19.8 KB
sha256:3c3a0f9dee60d16525048fdfe484d8ec500d2045c9b402b3f4d43398c909bd5f
docker~build-push-action~RZE1DA.dockerbuild
51.5 KB
sha256:6227e59e41b463ac3414c11b0a69a25b756107a2c9c3fb19561f7f7783ae3dff
docker~build-push-action~S3S697.dockerbuild
12.3 KB
sha256:52a20081bbe9a7c6fcb426612f3546b88833abf7453dec9b1df5bcb38a79fe96
docker~build-push-action~SJQ0V3.dockerbuild
23.9 KB
sha256:9c2dbaa27e781ff76b70227ce76c0d1dd9496a4c86981fcda3e73f8322b0c464
docker~build-push-action~SLHO3S.dockerbuild
17.1 KB
sha256:d6e2dd655356ac0f99e4926044982b89542c75089bd0e727db5e89ffe176b570
docker~build-push-action~TQN1R5.dockerbuild
37.8 KB
sha256:a9766ebac722ea30dc4ce713612f407ad9cde0d365cee2aeeadf200feda5f10c
docker~build-push-action~U04D7M.dockerbuild
19.2 KB
sha256:d9fc3c7e45ac7f6a0729f551857560059791416069661ea256be8780c39df415
docker~build-push-action~U1GNCP.dockerbuild
40.6 KB
sha256:a3a9f396e37702bb4d1ff08b4c9fb5a5ee73c24cb72d50a1b3cdd5e269fe4594
docker~build-push-action~U2RFQN.dockerbuild
52.1 KB
sha256:c897397e9829dc13ff4137690c2950cbd2a438e41285dd2deabc60da4d5ebe92
docker~build-push-action~UACSEN.dockerbuild
11.7 KB
sha256:49f35feda7e9de9460eded6482c1fc90375909bb5044543d95a35e9b0f76704c
docker~build-push-action~UFKH0D.dockerbuild
27.6 KB
sha256:da6b643c903b3ebc23b85ecaf38dd8f5eb71b09f7c75718b20617dff53d7faaa
docker~build-push-action~UQKYZC.dockerbuild
54.2 KB
sha256:40e5e9fcb6283cc2007cf677651877fef30962974c7582aaf91491ad3342ee2c
docker~build-push-action~UUB64T.dockerbuild
11.9 KB
sha256:984887e11867c6990686193090a9a98cc08cb21adcb0c290381ebfb660c68bdb
docker~build-push-action~VA9BFU.dockerbuild
39.7 KB
sha256:55938d3c0b6cc8b4d69da8562f2b7cde5ee684142dad4822980ebfc6edd912fa
docker~build-push-action~WCP4FC.dockerbuild
29.1 KB
sha256:1bb23383bcfe27837d8b0098b7df03bb8799889dc0cd4fdee5a97544c278607b
docker~build-push-action~XICVD8.dockerbuild
31.5 KB
sha256:5b3311ad60d7decc7e97b27c20314d55125a0846e6c552fb62ab20484a2f378a
docker~build-push-action~XYBSS0.dockerbuild
47.9 KB
sha256:92f31d2745cf1b12286b3dcbd47fe8baa2d8378c4699f255bb5fdbc98427a42b
docker~build-push-action~Z5RIZT.dockerbuild
17.4 KB
sha256:753e960b4efa6fb6a5c68de641ddee4f38c250b7fd18badb59d58f1172e012ce
docker~build-push-action~ZCD8D3.dockerbuild
28.6 KB
sha256:34cba8a557de49a86dc12801e1f73b8f135495878f7eed75e48f960f7d994fc3