Skip to content

chore(deps): Bump @docker/actions-toolkit from 0.51.0 to 0.53.0 #2063

chore(deps): Bump @docker/actions-toolkit from 0.51.0 to 0.53.0

chore(deps): Bump @docker/actions-toolkit from 0.51.0 to 0.53.0 #2063

Triggered via pull request January 23, 2025 11:30
Status Success
Total duration 1m 20s
Artifacts 51

ci.yml

on: pull_request
minimal
15s
minimal
git-context
21s
git-context
git-context-secret
36s
git-context-secret
path-context
31s
path-context
example
23s
example
error
23s
error
error-buildx
24s
error-buildx
docker-driver
20s
docker-driver
export-docker
16s
export-docker
secret
22s
secret
secret-envs
15s
secret-envs
network
32s
network
shm-size
15s
shm-size
ulimit
15s
ulimit
cgroup-parent
16s
cgroup-parent
add-hosts
38s
add-hosts
no-cache-filters
14s
no-cache-filters
registry-cache
27s
registry-cache
github-cache
49s
github-cache
local-cache
43s
local-cache
standalone
18s
standalone
named-context-pin
16s
named-context-pin
named-context-docker
48s
named-context-docker
named-context-container
31s
named-context-container
docker-config-malformed
11s
docker-config-malformed
proxy-docker-config
54s
proxy-docker-config
proxy-buildkitd
20s
proxy-buildkitd
annotations
27s
annotations
multi-output
20s
multi-output
load-and-push
21s
load-and-push
summary-disable
10s
summary-disable
summary-disable-deprecated
12s
summary-disable-deprecated
summary-not-supported
12s
summary-not-supported
record-upload-disable
19s
record-upload-disable
annotations-disabled
13s
annotations-disabled
call-check
9s
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 71 warnings
call-check
Check complete, 7 warnings have been found!
error
buildx failed with: ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
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:c01c920aa4ff8713b1c2b51caf5ac03ed2208e08634a792b590dc35cdeeaa43c": dial tcp [::1]:5000: connect: connection refused
call-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docker-config-malformed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 139
annotations-disabled
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cgroup-parent
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checks (v0.14.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
digest (docker, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
digest (docker, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
minimal
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
no-cache-filters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
digest (docker-container, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-disable-deprecated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
export-docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-not-supported
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
secret-envs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
secret-envs
INVALID_SECRET= is not a valid secret
named-context-pin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checks (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
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/
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
docker-driver
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ulimit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
shm-size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
load-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
multi-output
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
git-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
digest (docker, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
standalone
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
standalone
Docker is required to export a build record
proxy-buildkitd
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
record-upload-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
error
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
example
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
attests-compat (latest, moby/buildkit:v0.10.6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
attests-compat (latest, moby/buildkit:v0.10.6)
Process "docker run" closed with code 1
digest (docker-container, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
attests-compat (latest, moby/buildkit:buildx-stable-1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
error-buildx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
multi (multi)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
annotations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
secret
INVALID_SECRET= is not a valid secret
registry-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance (binary, /tmp/buildx-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance (binary, /tmp/buildx-build, mode=max)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
network
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
named-context-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
sbom (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
path-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
add-hosts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
git-context-secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
digest (docker-container, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
multi (multi-sudo)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
local-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
named-context-docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
record-retention-days (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
github-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
sbom (binary, /tmp/buildx-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
record-retention-days (0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
proxy-docker-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
docker~build-push-action~0KW2TV.dockerbuild
24.9 KB
docker~build-push-action~24UHER.dockerbuild
17.1 KB
docker~build-push-action~2TWZO4.dockerbuild
14.9 KB
docker~build-push-action~35D1V0.dockerbuild
43.9 KB
docker~build-push-action~4WRTRL.dockerbuild
17.2 KB
docker~build-push-action~7F2VVX.dockerbuild
17.5 KB
docker~build-push-action~7MVSSQ.dockerbuild
19.2 KB
docker~build-push-action~9GUSPT.dockerbuild
17.1 KB
docker~build-push-action~9OJRGD.dockerbuild
37.5 KB
docker~build-push-action~AEOY00.dockerbuild
35.7 KB
docker~build-push-action~AW955O.dockerbuild
17.1 KB
docker~build-push-action~BLBY79.dockerbuild
27.5 KB
docker~build-push-action~CWA8BN.dockerbuild
17.4 KB
docker~build-push-action~DP2IJA.dockerbuild
17.7 KB
docker~build-push-action~ESC6R1.dockerbuild
14 KB
docker~build-push-action~FK3ZOF.dockerbuild
17 KB
docker~build-push-action~GV6R7X.dockerbuild
39.2 KB
docker~build-push-action~IM7HGD.dockerbuild
24.8 KB
docker~build-push-action~J6RW41.dockerbuild
46.1 KB
docker~build-push-action~JBOHCO.dockerbuild
17.5 KB
docker~build-push-action~JLE3R9.dockerbuild
23.5 KB
docker~build-push-action~L3JPPL.dockerbuild
36.2 KB
docker~build-push-action~LDHS6A.dockerbuild
11.5 KB
docker~build-push-action~LNJ3GF.dockerbuild
23.7 KB
docker~build-push-action~M0GUWE.dockerbuild
16.9 KB
docker~build-push-action~NAYTDK.dockerbuild
50.7 KB
docker~build-push-action~ODGPUY.dockerbuild
26.5 KB
docker~build-push-action~ODPJZ0.dockerbuild
28.2 KB
docker~build-push-action~OM87C4.dockerbuild
15.1 KB
docker~build-push-action~OPBF7X.dockerbuild
17.6 KB
docker~build-push-action~OQ59CP.dockerbuild
17.2 KB
docker~build-push-action~PAOBHR.dockerbuild
26.5 KB
docker~build-push-action~Q2046W.dockerbuild
17.1 KB
docker~build-push-action~QKRLK3.dockerbuild
16.7 KB
docker~build-push-action~R2QZ79.dockerbuild
16.8 KB
docker~build-push-action~RV1OCC.dockerbuild
16.1 KB
docker~build-push-action~SHBL55.dockerbuild
25.3 KB
docker~build-push-action~SX80UF.dockerbuild
35.8 KB
docker~build-push-action~SZ2HD0.dockerbuild
23.5 KB
docker~build-push-action~SZSRUI.dockerbuild
22.8 KB
docker~build-push-action~TDSLYT.dockerbuild
14.5 KB
docker~build-push-action~UB4SYY.dockerbuild
45.1 KB
docker~build-push-action~UBAZ21.dockerbuild
41.7 KB
docker~build-push-action~UEZ7CS.dockerbuild
17.5 KB
docker~build-push-action~UWZ8SX.dockerbuild
45.8 KB
docker~build-push-action~V3ESKO.dockerbuild
18 KB
docker~build-push-action~X4FPCY.dockerbuild
25.4 KB
docker~build-push-action~XMF2KA.dockerbuild
17 KB
docker~build-push-action~XMVPA8.dockerbuild
17.1 KB
docker~build-push-action~XUA8W4.dockerbuild
11.2 KB
docker~build-push-action~YZOMFG.dockerbuild Expired
17.4 KB