Skip to content

node 24 as default runtime #2655

node 24 as default runtime

node 24 as default runtime #2655

Triggered via pull request March 4, 2026 10:47
Status Success
Total duration 45s
Artifacts 56

ci.yml

on: pull_request
minimal
17s
minimal
git-context
20s
git-context
git-context-secret
22s
git-context-secret
path-context
31s
path-context
example
27s
example
error
6s
error
error-buildx
24s
error-buildx
docker-driver
14s
docker-driver
export-docker
18s
export-docker
secret
15s
secret
secret-envs
18s
secret-envs
network
15s
network
shm-size
17s
shm-size
ulimit
14s
ulimit
cgroup-parent
19s
cgroup-parent
add-hosts
15s
add-hosts
no-cache-filters
14s
no-cache-filters
registry-cache
24s
registry-cache
github-cache
26s
github-cache
local-cache
39s
local-cache
standalone
13s
standalone
named-context-pin
20s
named-context-pin
named-context-docker
16s
named-context-docker
named-context-container
20s
named-context-container
docker-config-malformed
9s
docker-config-malformed
proxy-docker-config
19s
proxy-docker-config
proxy-buildkitd
26s
proxy-buildkitd
annotations
15s
annotations
multi-output
33s
multi-output
load-and-push
27s
load-and-push
summary-disable
16s
summary-disable
summary-disable-deprecated
15s
summary-disable-deprecated
summary-not-supported
20s
summary-not-supported
record-upload-disable
20s
record-upload-disable
annotations-disabled
14s
annotations-disabled
call-check
17s
call-check
no-default-attestations
13s
no-default-attestations
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: export-legacy
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 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:ef8dce6100829c15382f56ad981ac8db68a84df860d34bd55560a90499329b17": 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
INVALID_SECRET= is not a valid secret
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
checks (v0.14.1)
unknown flag: --format See 'docker buildx --help'. Usage: docker buildx [OPTIONS] COMMAND Extended build capabilities with BuildKit Options: --builder string Override the configured builder instance Management Commands: imagetools Commands to work on images in registry Commands: bake Build from a file build Start a build create Create a new builder instance dial-stdio Proxy current stdio streams to builder instance du Disk usage inspect Inspect current builder instance ls List builder instances prune Remove build cache rm Remove one or more builder instances stop Stop builder instance use Set the current builder instance version Show buildx version information Run 'docker buildx COMMAND --help' for more information on a command.
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/
secret-envs
INVALID_SECRET= is not a valid secret
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/
attests-compat (latest, moby/buildkit:v0.10.6)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control
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~03NWXQ.dockerbuild Expired
22 KB
sha256:3dc3f80e815f6bd995a9da16a43d8ba561bfa06a60d73178bedaeaab747ba9ee
docker~build-push-action~3U1NOD.dockerbuild Expired
51.7 KB
sha256:ebc323cd21af59c5760910ae95f1dbb2a69091622694d66fc2724e6f2f476421
docker~build-push-action~53TBPF.dockerbuild Expired
48.6 KB
sha256:c2858756ff15d5e79d0692c327aaa34b57380cd69992efe1d4639207019e65e7
docker~build-push-action~76KMPH.dockerbuild Expired
23.3 KB
sha256:93ac0c59664d105c92f33dcf8b217b454c29401bb02b798f09e51337e813d05b
docker~build-push-action~A6CRG9.dockerbuild Expired
31.2 KB
sha256:833dfcbd16d05884f9a83c32202a621ae58d053093a1119c7765a99578590b1a
docker~build-push-action~A929IM.dockerbuild Expired
30.4 KB
sha256:4f1b4ef30547c9dded081b2ac58ba4dfe69de70d70e593024a8df7d8e32e963c
docker~build-push-action~ATFYL7.dockerbuild Expired
55.9 KB
sha256:034017224c403651a92fdc158edacd87537cb16859989a1e6f2b69b6bc6d4c6c
docker~build-push-action~EFOW7Q.dockerbuild Expired
22.1 KB
sha256:83435c695305d04eac6d9fe2f3ff9d0f70755cf0191d7de79c548d5a77eed62c
docker~build-push-action~GWMRVW.dockerbuild Expired
11.4 KB
sha256:e68cd24a755b28cb4a9896a3e9adff6bbc98bd8e1845f5b29e3565a86410651b
docker~build-push-action~HX2Z7O.dockerbuild Expired
23.5 KB
sha256:3a246475e4688fef0eb47fe8c3cfb20d3f97751cfdbd1a9c56233b7fae250845
docker~build-push-action~IVRU6K.dockerbuild Expired
30.9 KB
sha256:b0a44957d469e0f0edce0d25936a640bf6f8ed24b772fc4abfc0d248f3f85e44
docker~build-push-action~J7Y9IS.dockerbuild Expired
33.7 KB
sha256:a1952a48101214add27761d10d12b308f0c712decdab91567e7f91bcdc326176
docker~build-push-action~JLKD89.dockerbuild Expired
33.7 KB
sha256:10b6050645e5cd2eb634d05d0aabf8139d6dcf04dafb36d6b371d1722daf86da
docker~build-push-action~JRTZON.dockerbuild Expired
22.4 KB
sha256:64b0b7981d947e8c67bbaac6d03182167ac86c363dfdfef34fd8a3c55be5fe97
docker~build-push-action~JTYB4X.dockerbuild Expired
12 KB
sha256:3ad5097e6c5e1a9f70f12eaaff92e554ff619e58e5a3e5422325bcaa9d4a717a
docker~build-push-action~JWXD9L.dockerbuild Expired
23.4 KB
sha256:559b630e3f58d60f3304eebf3ce10274417705ff89ad57681f43d39948be2f00
docker~build-push-action~K40RHO.dockerbuild Expired
10.4 KB
sha256:641d7ee072dbd32c254542e2719e73dd35507e56b2e256d40b85338272cc9473
docker~build-push-action~M85NFN.dockerbuild Expired
28.1 KB
sha256:a996d0f689bc35860bf18bea38d7aa595b32d57f505aa5c306096723b305db62
docker~build-push-action~MGS80F.dockerbuild Expired
22.4 KB
sha256:b6726fc5b387084658b09d25e8284a27cc560971a73bc5d36b4f33ded096394a
docker~build-push-action~MJKG8H.dockerbuild Expired
21.8 KB
sha256:b7f1278ba6de368257d9758ffa43d6f1dfd21b671f8ad91f30d145fbcdaa900e
docker~build-push-action~MLJ9B4.dockerbuild Expired
29.1 KB
sha256:f95807aaa49c6639779c559deb3dce5d250817b4233c8dd8f38fe1fadb28ae42
docker~build-push-action~N255ST.dockerbuild Expired
20.1 KB
sha256:e8537f7ac75a7c4bdb8df45e8613f82410b0bac1f74ed975dc3a57b91bab77da
docker~build-push-action~NDH29D.dockerbuild Expired
11.9 KB
sha256:91a20e6f74bdda039ef00105bb5e2bff970e289f4be34d863ff07e6a6dbc8ee4
docker~build-push-action~NTR8CZ.dockerbuild Expired
87.2 KB
sha256:d55bbb6c699bb96dac2b0a77c4214b722537a5ca1bdd9ed24e7cb8f235b4f906
docker~build-push-action~OL6UDX.dockerbuild Expired
15.4 KB
sha256:8ebad0e940f489de996631f9ab773098a4214b81aeb2d4a59b3d5f62fe6664a7
docker~build-push-action~P7WW0Y.dockerbuild Expired
22.3 KB
sha256:e850f042d20b39621e9762b0245df05d5cc31cf961d5c4cb53c580e0ca64c0fd
docker~build-push-action~PUPAKC.dockerbuild Expired
41.2 KB
sha256:af4918929cb03e16803752db65f57d1ebf0656d6fc8da2a4b1bd23b57a959c40
docker~build-push-action~Q6QJYW.dockerbuild Expired
28.5 KB
sha256:4d673839d0f0136f3b3880f8fbf3e5a464f68c707051ca83dd79e3eb4b3c77f5
docker~build-push-action~QA1PPU.dockerbuild Expired
12 KB
sha256:02c21e8046fa171a3668df2aa97681f1eb73f0a37d86aca9c7c26ce2b5ef6926
docker~build-push-action~QDPFVP.dockerbuild Expired
22.2 KB
sha256:eff1c1abacef3d7e3535c85cee04ba99235b3a086f1defaf367d3fcc05deddd5
docker~build-push-action~R0TKW1.dockerbuild Expired
23.1 KB
sha256:87ce2c3ef4c2af87a1d13e6bfae85ec77bddac781d41d8505652f87cbf1271c7
docker~build-push-action~R300UV.dockerbuild Expired
21.8 KB
sha256:ec39d2582fa6c93067c8cb873b21203b64df65d631c36bd451fb368e4f072c44
docker~build-push-action~R5FFZG.dockerbuild Expired
32.2 KB
sha256:81ff9fe2bfd9833b6d9fcfad119c548b50ebc9cb799743dda92175f66dac5248
docker~build-push-action~RQLL7I.dockerbuild Expired
23.6 KB
sha256:8fed24ac85186e8c83117884aec5b696323af40beb5cc711da5cd3df2fee1821
docker~build-push-action~RRVGZO.dockerbuild Expired
23.3 KB
sha256:e6814dea127db11bb1721211e3a491c00cd95daf452922eedd46c8ffad3cf54b
docker~build-push-action~RUVBRY.dockerbuild Expired
12 KB
sha256:2fec8cd92080faa73dac10ba2cb51f1dd526b4b29b62552ce52e690dcd47636e
docker~build-push-action~SS2GI3.dockerbuild Expired
42.7 KB
sha256:5926e9e886af5785dbdea04be0182f112f588de97272f37d8a353be9366b800b
docker~build-push-action~SVZELO.dockerbuild Expired
31 KB
sha256:53b961a317d508f5788d5e96f55e83c0ab1010c374be8569f6828fedbc343f66
docker~build-push-action~SWAZYW.dockerbuild Expired
16 KB
sha256:e8d25558442e1b15878531afedc2da93b0ca6e909bc4afde94718a441dc15c96
docker~build-push-action~TT87A3.dockerbuild Expired
22.5 KB
sha256:15e517260945995f32eb1350450457b132babb56bff05a3a271ee47779d15ed2
docker~build-push-action~TVJJTK.dockerbuild Expired
11.8 KB
sha256:f59981274bfe38e66f7f613f2eca8180d0926b2185c0d9e03c1929ac74c81eba
docker~build-push-action~TW6FH6.dockerbuild Expired
21.8 KB
sha256:22f4f9fef3ab4930c9e2df29978b49b8a3818ea00fb9441a21bda31c550bcff8
docker~build-push-action~U8FH8S.dockerbuild Expired
54.1 KB
sha256:05205e9ea706b8560d23c2eeb231dc75881c8fe543e39640eefb0b8d1fdd19fb
docker~build-push-action~UJOEQX.dockerbuild Expired
19.9 KB
sha256:e6995403ba13fcb6d60e44dc5141ce8b6b5485f67e5b3110d096766dc1ce823d
docker~build-push-action~ULNMPR.dockerbuild Expired
30.3 KB
sha256:55de5560fabc92fb3880aaea4565ed7ca187db3289c67f4551344250c01d4cca
docker~build-push-action~UWORF8.dockerbuild Expired
30.3 KB
sha256:8b47a0c823e92f8b0557c7e22dc436b192c617b68b015ccf2b2e7d54476c4730
docker~build-push-action~VTUN5M.dockerbuild Expired
23.2 KB
sha256:bd088ebbf79bbd42d86e755f18f9187d8a7909505d59326260727f2116f67666
docker~build-push-action~VWSV3G.dockerbuild Expired
57.5 KB
sha256:7f3ae7bd35d7eb263e5d57d2264db9f91912f9755d1f6f1926e455e27f17cb04
docker~build-push-action~WBGBUT.dockerbuild Expired
12 KB
sha256:374834335be9b1eeca210a0244c0aaffd351c8012dc402a6e4be3524504bcf1c
docker~build-push-action~WJFWLG.dockerbuild Expired
20 KB
sha256:fb4f080d9eb1353727983a97b6e41e261af0d9a34f787cfc94741c4c55fc1ada
docker~build-push-action~XNVDPD.dockerbuild Expired
21.9 KB
sha256:b3ec82a45ec92b42ffbc81811f86b00feed72c585f6eea8c948b58efea945678
docker~build-push-action~Z58KQK.dockerbuild Expired
40.9 KB
sha256:71a4e7d75b530f67c9d462fd6d3d0f4d00039393cf5068883c7c69e14d17a651
docker~build-push-action~Z6SINT.dockerbuild Expired
47.7 KB
sha256:6b844167939e24feb1014529be8b73e1cc7c3590f5e47cb45f7a0f0cc22cafa4
docker~build-push-action~Z7SVYK.dockerbuild Expired
29.4 KB
sha256:04c8b09cfe14104ba67511906fd003492319792acc7e7e42c46feb667e460919
docker~build-push-action~ZCHCNX.dockerbuild Expired
56.3 KB
sha256:3f2ffd22f2262ddb2e4983d83a138feacaab225fd50d5baa53ba0de677ca809c
docker~build-push-action~ZJOWVN.dockerbuild Expired
23.5 KB
sha256:d3bcd6e2a538fe4be04c7c1d5dfaace885996878fea2217b6ee2d84e06aae0ce