Skip to content

chore(deps): Bump @docker/actions-toolkit from 0.62.1 to 0.77.0 #2648

chore(deps): Bump @docker/actions-toolkit from 0.62.1 to 0.77.0

chore(deps): Bump @docker/actions-toolkit from 0.62.1 to 0.77.0 #2648

Triggered via pull request March 3, 2026 17:38
Status Success
Total duration 1m 1s
Artifacts 57

ci.yml

on: pull_request
minimal
17s
minimal
git-context
41s
git-context
git-context-secret
21s
git-context-secret
path-context
24s
path-context
example
29s
example
error
9s
error
error-buildx
29s
error-buildx
docker-driver
13s
docker-driver
export-docker
12s
export-docker
secret
16s
secret
secret-envs
26s
secret-envs
network
13s
network
shm-size
15s
shm-size
ulimit
20s
ulimit
cgroup-parent
19s
cgroup-parent
add-hosts
17s
add-hosts
no-cache-filters
18s
no-cache-filters
registry-cache
27s
registry-cache
github-cache
29s
github-cache
local-cache
22s
local-cache
standalone
22s
standalone
named-context-pin
22s
named-context-pin
named-context-docker
24s
named-context-docker
named-context-container
26s
named-context-container
docker-config-malformed
9s
docker-config-malformed
proxy-docker-config
22s
proxy-docker-config
proxy-buildkitd
32s
proxy-buildkitd
annotations
36s
annotations
multi-output
42s
multi-output
load-and-push
21s
load-and-push
summary-disable
17s
summary-disable
summary-disable-deprecated
17s
summary-disable-deprecated
summary-not-supported
18s
summary-not-supported
record-upload-disable
21s
record-upload-disable
annotations-disabled
13s
annotations-disabled
call-check
18s
call-check
no-default-attestations
17s
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 22 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:3dfad3d88be3cebde60c95d11900dd3e7c45907b0d42246aedd9a88f50d19500": 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
secret
INVALID_SECRET= is not a valid secret
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
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/
secret-envs
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.
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/
attests-compat (latest, moby/buildkit:v0.10.6)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control
provenance (image, type=image,name=localhost:5000/name/app:latest,push=true, mode=max)
Failed to download action 'https://api.github.com/repos/docker/setup-buildx-action/tarball/8d2750c68a42422c14e847fe6c8ac0403b4cbd6f'. Error: Response status code does not indicate success: 502 (Bad Gateway). 3C00:2CEBE9:26B2C8E:27481F5:69A71C97

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~18UYS8.dockerbuild Expired
25.2 KB
sha256:87c54afc1c01bfb3d69baadc253e6b1cf1dbe79fe41d824bf1f69e9ce5726dc8
docker~build-push-action~447A2N.dockerbuild
24.8 KB
sha256:4b15d9c6d2cd85999b4aecfce22ff545890de62029bddb9faf89e3b1cc495292
docker~build-push-action~7CS2SG.dockerbuild
22.2 KB
sha256:5ea643515512851d4e3e6eaa3c8a5726f57b70f234df5882a8f37a9ba54aa6ec
docker~build-push-action~7QIZ7M.dockerbuild
25.3 KB
sha256:8ce7744837879f583eca195718e6ca56681771bcb42b467e1c80933c3f48574d
docker~build-push-action~BDIIW9.dockerbuild
31.5 KB
sha256:ceb906ae43959ce779bf8bbf5cfc24d9f6275540221554b6d76f6c2bae22e5df
docker~build-push-action~BGPZHJ.dockerbuild
31 KB
sha256:68894883e8422a9f5253c6d3cc3583548ceb5febd08fa66bb77ac4d7dee5ceab
docker~build-push-action~BXK6W7.dockerbuild
32.8 KB
sha256:d969b2a952808561bedc43b3d7631ef364a498d287f66431b17f01fb4c0301f6
docker~build-push-action~CR6L07.dockerbuild
25.6 KB
sha256:782d982e148ccf0bfb58e081bcb388044b90ed19f52a048f4b1043be38dbae53
docker~build-push-action~EMHCWW.dockerbuild
25.9 KB
sha256:72aa3da0ce75d683db5f787d43d969efdbf25b8860acec8ee829214532267d02
docker~build-push-action~F0AHOI.dockerbuild
11.7 KB
sha256:4243ace2a04850648d7cf7b6b1b3aafbae8e61ba790bf7860b259d51d528076c
docker~build-push-action~FBLTU3.dockerbuild
24.1 KB
sha256:69953a0b85b1b93791f04ece67ea3b4f8760fc68cf6cb840d9881345d9a0a120
docker~build-push-action~FBTKDV.dockerbuild
24.1 KB
sha256:22ca4d8059d53fde95c20e5a63b9eddfd8f56018c6956c1ae81be755e480039f
docker~build-push-action~FOW8AJ.dockerbuild
17.5 KB
sha256:079547819a76b59faa1a4e587552c3865aa39c6b9feceaa681a7ce3e3f750fea
docker~build-push-action~GMIXD2.dockerbuild
99.9 KB
sha256:3d14962520255d31a06a2990563b9515fd72760b1cfcbeeed687ed878119c454
docker~build-push-action~I8PAQG.dockerbuild
52.4 KB
sha256:12059930bffa334b661651aee44e194785489edc4553a3fb6c72da832c2109fd
docker~build-push-action~IK83HE.dockerbuild
57.3 KB
sha256:abc459d0cb25afd700feea15d4b94a741cea268403663e5e0e3cd51498185914
docker~build-push-action~IW0Q5P.dockerbuild
33.7 KB
sha256:a488629328f2a5d2ba6c91521af2f4d17edde84e2701626decf666ea7a35b45e
docker~build-push-action~JF77G3.dockerbuild
12 KB
sha256:4ed328f4febe54356d696ad266dabb4075cc7612defde90f6eb00d5cc9c4deef
docker~build-push-action~KCI3PX.dockerbuild
24.1 KB
sha256:597315136caec1fca078e906ed1be1c757934562a53a7ff01f279662508acfdc
docker~build-push-action~L75LEV.dockerbuild
24.1 KB
sha256:bc43f3fe22f16206773e9438050b0d9a98be4c96a29714f86e69912ab6f2fbea
docker~build-push-action~L8RYHW.dockerbuild
23 KB
sha256:c39711f5dfd98a0babd9557dc134f18379e0ec37b3ef2e6fa9f22a8c9c59d85d
docker~build-push-action~LYS0BM.dockerbuild
24.3 KB
sha256:63d95de48db4f795f4610064ca93231221d04b8eaa7b6ad0e81207b5a01f6345
docker~build-push-action~NA8L9W.dockerbuild
25.2 KB
sha256:cb846a38e6c209477f605cecf3680792a909eda855d06dd839f6f8d4252b4e01
docker~build-push-action~NAU9O1.dockerbuild
11.4 KB
sha256:b6958e195bba679521640091bf5719765aa9636ab63e2c9e428a8567a8f290d1
docker~build-push-action~NVMU68.dockerbuild
33.1 KB
sha256:57c9c6b5d2f2de3a547e3e09d35f0cc3504cd070a0f687fd4db907b9972080b3
docker~build-push-action~O1TGY2.dockerbuild
10.7 KB
sha256:9ae72cf38613cdbd32eb2278e493bd6951f6a7bf375831f9fd796b398b37cab9
docker~build-push-action~O35PQ1.dockerbuild
61.4 KB
sha256:dfbaad089fa0e135818dd50618fcd0896f84f58265f55598a014e95e9f658e85
docker~build-push-action~O7V2OP.dockerbuild
11.4 KB
sha256:89d64748a1666503fb574d80e4b1d6e499e494199a0364cfb95abcb2eed34128
docker~build-push-action~ODM5ED.dockerbuild
33.1 KB
sha256:f3e32bd27372e6385ec96da2b97386f00c4acf966f6b9bef8642abfa5c329a51
docker~build-push-action~OIRFVK.dockerbuild
61.4 KB
sha256:093fb5f8367690fe1f1db7547a0516984ca20270730a4df32e767017826f062f
docker~build-push-action~OTAKX6.dockerbuild
44.6 KB
sha256:53755ce69270b4007c591ecd0a6c7766ba6732782a4fe1eb2dd89ecad87f4eb1
docker~build-push-action~P7OHTM.dockerbuild
24.3 KB
sha256:17eb95537325c1939a3a4c97e4eecca3567db7f549b9cdc9ba9c062db87d7906
docker~build-push-action~PW2K53.dockerbuild
11.7 KB
sha256:5e624f0d6fd215e8ecf62f1417459b100d51b3dac89880be052c8a023976396d
docker~build-push-action~QL0947.dockerbuild
14.6 KB
sha256:97291045887fdb281b526ff0914bcc1599653474ebf8a57c964f34e09cd4c91e
docker~build-push-action~S6R0RS.dockerbuild
33 KB
sha256:08a7ed887448403bff1bf6309ac1c6287eb3305963a04869eee0508adda17baa
docker~build-push-action~SH6DHK.dockerbuild
37.1 KB
sha256:3ab645d6f7265e9620a31b1b424ec21c978c65bd830f54d3d6939ca471d79f73
docker~build-push-action~SPPH0W.dockerbuild
52.6 KB
sha256:72748b58c4413b4094bc63e3abf92485e6cd59d6895cd31c1016ad809dfeb0ea
docker~build-push-action~SRZ00J.dockerbuild
43.4 KB
sha256:3f09dcbc956d9b28e10a34cffbcd066db4084d029cdd1eddf34a33e34cb0841b
docker~build-push-action~T4A4BP.dockerbuild
24.5 KB
sha256:2bc9337cb077c80bd4a8167a3647bc854c155b9351999a90d32e945eb8fd7366
docker~build-push-action~TAL9EU.dockerbuild
56.1 KB
sha256:00252611ffbc7ad2d99f9836994a658790a3b899aeeee67724247cd33250997c
docker~build-push-action~TB1IR2.dockerbuild
22.2 KB
sha256:abcdabe910a240e03c1b568dbe3afc0cbd48386ea049f3e6cff8897dedda1647
docker~build-push-action~TDTDB9.dockerbuild
25.2 KB
sha256:a5741d61efd7d954084e03b268a9402cefc9f56a177c44ca07fc1ac5b9201809
docker~build-push-action~U9G7JJ.dockerbuild
25.4 KB
sha256:125a35079ba9e0e45fdf3c3a91b51daa1f5c951d80ad394d1245a3449d900815
docker~build-push-action~UBULH1.dockerbuild
17.8 KB
sha256:7539e499a1b958d5bf70463fabe78526a62fed428b76e6c67de40221a13e4dd0
docker~build-push-action~UG8EE3.dockerbuild
59.9 KB
sha256:49e1eb5ed3144e6e5b9e37d85d96149a9f58a0eb7806594f4bc576af76602c83
docker~build-push-action~V3AVTM.dockerbuild
36.6 KB
sha256:a0cc8ab14441a9729916fe822e848f6328dbe073b2203d1801181ee51b6a8f29
docker~build-push-action~V6ZDA6.dockerbuild
11.8 KB
sha256:d5a504563dac284a7794647530becbbcd2733648ace9174cd73ee6f903a57e72
docker~build-push-action~WGC0B8.dockerbuild
31.1 KB
sha256:221b1eb0d44b41f6edddb3ed4f780a08c8346f974410ddaf3addef92d6f61cc6
docker~build-push-action~WS4R5Q.dockerbuild
31 KB
sha256:11c44372b63e2889c7d06e68c4b2e336c80fe5fa7717c30f27ba5343cc8aff64
docker~build-push-action~X6WIX7.dockerbuild
33.5 KB
sha256:1b8ad2d1308a46a9e0ba0a7977d86b1197ecba22f1df31a9636c4173d126a558
docker~build-push-action~XAJACT.dockerbuild
24.4 KB
sha256:36f3564dc5a641444cbc8093a572a1eef6e8ceeca43e1b72454a9c3d1c7060f3
docker~build-push-action~XG2GV3.dockerbuild
30.2 KB
sha256:9f005a7d0466792a013ecc24bb7ba17617d9dcab626fb69c4fc4ecacd7534ce7
docker~build-push-action~XH9AEP.dockerbuild
43.7 KB
sha256:01ef560e091e2bcb591254b7168615b805f71433d9e881117b2ed76620c60a9d
docker~build-push-action~XNRIIQ.dockerbuild
25.3 KB
sha256:29a1458f529f9926bb5e1b5f4db7dbb4ba833683148bb1f9546dc4ab134bafb5
docker~build-push-action~YL6NWO.dockerbuild
11.4 KB
sha256:f4392ce417a51730f75260b00aba2ac7ad84f6a96408e3ba1ad37d0139cb2d0b
docker~build-push-action~Z2QWO7.dockerbuild
23.9 KB
sha256:efbc38c543fa6900551b1227d0d74092b425020b3517c0d02ae5233dbb8e03bf
docker~build-push-action~ZJCKLA.dockerbuild
24.3 KB
sha256:8b71ab85d7867a853cbf2b7dfd208e8df82573e579fa6c0426822fe2da85a2bb