Skip to content

chore(deps): Bump docker/metadata-action from 6.1.0 to 6.2.0 #3048

chore(deps): Bump docker/metadata-action from 6.1.0 to 6.2.0

chore(deps): Bump docker/metadata-action from 6.1.0 to 6.2.0 #3048

Triggered via pull request July 9, 2026 12:01
Status Success
Total duration 5m 34s
Artifacts 56

ci.yml

on: pull_request
minimal
43s
minimal
git-context
33s
git-context
git-context-query
27s
git-context-query
git-context-secret
30s
git-context-secret
path-context
35s
path-context
example
43s
example
error
7s
error
error-buildx
21s
error-buildx
docker-driver
10s
docker-driver
export-docker
10s
export-docker
secret
15s
secret
secret-files
17s
secret-files
secret-envs
16s
secret-envs
network
27s
network
shm-size
19s
shm-size
ulimit
18s
ulimit
cgroup-parent
12s
cgroup-parent
add-hosts
12s
add-hosts
no-cache-filters
18s
no-cache-filters
registry-cache
25s
registry-cache
github-cache
34s
github-cache
local-cache
22s
local-cache
standalone
17s
standalone
named-context-pin
22s
named-context-pin
named-context-docker
17s
named-context-docker
named-context-container
26s
named-context-container
docker-config-malformed
11s
docker-config-malformed
proxy-docker-config
40s
proxy-docker-config
proxy-buildkitd
28s
proxy-buildkitd
annotations
24s
annotations
multi-output
37s
multi-output
load-and-push
26s
load-and-push
summary-disable
20s
summary-disable
summary-not-supported
28s
summary-not-supported
record-upload-disable
23s
record-upload-disable
annotations-disabled
43s
annotations-disabled
call-check
19s
call-check
no-default-attestations
25s
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 43 warnings
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 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:eb7fd0f6b2c1dfdc879aab8f7e059f28d2c966f00b8807cf2508119766ede209": dial tcp [::1]:5000: connect: connection refused
call-check
Check complete, 7 warnings have been found!
secret-envs
INVALID_SECRET= is not a valid secret
secret-files
INVALID_SECRET= is not a valid secret
error-buildx
Failed to restore:
local-cache
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
local-cache
Failed to restore:
multi (multi)
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
multi (multi)
Failed to restore:
registry-cache
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
registry-cache
Failed to restore:
git-context-query
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
git-context-query
undefined is not iterable (cannot read property Symbol(Symbol.iterator))
git-context-query
Failed to restore:
git-context-secret
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
git-context-secret
Failed to restore:
git-context
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
git-context
Failed to restore:
path-context
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
path-context
Failed to restore:
multi (multi-sudo)
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
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)
checks (v0.14.1)
Failed to restore:
secret
INVALID_SECRET= is not a valid secret
load-and-push
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
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:
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#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/
github-cache
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
multi-output
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
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#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/
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~46EIP9.dockerbuild
53.5 KB
sha256:61cc508ffe3aa96ae55b70bd618423da77575fcea54c11a5a19c1097efbc86a7
docker~build-push-action~51MVPW.dockerbuild
21.9 KB
sha256:35bd40967de5e2d3a3cd6280d9a6e43bf8fb78829aae9c7632bcb186d11899ca
docker~build-push-action~618OY4.dockerbuild
44.6 KB
sha256:46a97df21bf6c868136f8f97360413f9010d3593600d6c65e2be759491936489
docker~build-push-action~7WU2IV.dockerbuild
24.3 KB
sha256:b960fd6899ea9c47c02a5a319e0b53bd420301641b54a508f7baef86cb2bf6c3
docker~build-push-action~8937SH.dockerbuild
12.7 KB
sha256:5a1b7fff81ef3891ec11787f376a44786ba0a2da6a5678ab183fa719b523b3b1
docker~build-push-action~8FNV3M.dockerbuild
97.8 KB
sha256:132f367a3c98552bd5348442a8027b618d2ea74aaa73a521260188ce683005c5
docker~build-push-action~9NPHSZ.dockerbuild
24.5 KB
sha256:121f4e70ee6bce95df96835d270eac40d9be4d272d61679f3272d66810eada09
docker~build-push-action~9OZ5LV.dockerbuild Expired
26.3 KB
sha256:96535400a84faf18f3d270f6b34d0011b2b49a69b82c60c6fa051f20f3c2ffb5
docker~build-push-action~BQE7H1.dockerbuild
32.3 KB
sha256:ebc721688005c9aac4f200f805b5d44de2e254b3ef11b14bda4001ce37635ea0
docker~build-push-action~CK8JQX.dockerbuild
12 KB
sha256:426fd26d888dc272aac06434da338f8a5514b8707e8650b7e739387692860ea4
docker~build-push-action~CPP3AW.dockerbuild
33 KB
sha256:ddeea55f7dff7f841dc710ded99f27e3ddb980a6a477bf7d04f9c0aa0b277633
docker~build-push-action~EESYCA.dockerbuild
37.6 KB
sha256:825fcdb797d6665e3f9b3de6e417dc32dcf120e87a6e26f7605c1d3c8fcdf1f3
docker~build-push-action~G7WKPC.dockerbuild
24.7 KB
sha256:d0467dbffad42b891d0267ab3fc8483e9682e801bd4194bcb73fc448bf2fd75d
docker~build-push-action~GF8OG3.dockerbuild
26.1 KB
sha256:1b6aec0eb8eb22f0981e548d9dc743c2522ccd566ce37741c7ce49f0cba6d1f5
docker~build-push-action~GHU2DB.dockerbuild
34 KB
sha256:70a5156422454435544d45838f71709ceb4dab691c566573e80d3c40f5259c2c
docker~build-push-action~HH6E0B.dockerbuild
24.7 KB
sha256:c5d38df62f5e32d96ed97b62202501b0d9016d2be17580edd2f28299060aa275
docker~build-push-action~HKST0F.dockerbuild
24.7 KB
sha256:29ecc0affd10238a431827d47794581f018bc5cc180982c823eaaae7fdbe6695
docker~build-push-action~I7NTVQ.dockerbuild
30.3 KB
sha256:58d2fb64d187dae35849a9fef2402e9c513c87750e1bbd0cac11b0f6b69d3b9a
docker~build-push-action~IBBWFL.dockerbuild
31.3 KB
sha256:f7d9c65c8d2a5f28a7d637d0a4699f0cc5b81b1ab331655cacc42ac371eb5c53
docker~build-push-action~IVH097.dockerbuild
24.9 KB
sha256:9bd907223e01196d04528d58df334762b703fc8e5bc244ad510538aa34c03665
docker~build-push-action~IYN0TD.dockerbuild
34 KB
sha256:cad54648a6388da4f4b454c9cba8b5932277350cf807b2695fac031b2c8580fe
docker~build-push-action~JI3FZ0.dockerbuild
26.3 KB
sha256:cdbf27ba1adf87217a9879e4cd28acd750b9d90706f88393b6a6b7edbac22406
docker~build-push-action~JL7H63.dockerbuild
30.6 KB
sha256:541c54510ad319ca3fb976fae5fbc32f07cc02664461e6ebbc922ffd3df0e6c8
docker~build-push-action~KZHT5O.dockerbuild
39.1 KB
sha256:d11cf55e4fcae72aef29897085437a265350fd2bf0b36e69f15bb848fe241562
docker~build-push-action~LA1WLF.dockerbuild
34.1 KB
sha256:93e57ccbf0fd486530dcb63f2da08cd9d59c0932db3cf4e11b136ba7b7e9765f
docker~build-push-action~LI6008.dockerbuild
34.9 KB
sha256:e94d286a79afb469fd17568aefe30de2e4c4ce734647ddea57f4db4242767869
docker~build-push-action~LQEP7W.dockerbuild
34.7 KB
sha256:4030a76bad25e8cf56a267a70be668e1f3ba8ee928bd26aa7058bd06d44b1beb
docker~build-push-action~M97T70.dockerbuild
11.7 KB
sha256:f11a7b05b033b373dd2e2366852070d0902f920d92659fc3a0c8247883999c8c
docker~build-push-action~MSXQ3R.dockerbuild
12.1 KB
sha256:c81c444ce06fa579ebf65935b04ffea71415a910b89352069c2c3151a6930bb4
docker~build-push-action~N18JZ8.dockerbuild
23.8 KB
sha256:26490ed3c701b089afac418ebbbb90aeeba8c17ac5d2a0a909b4c998264f0005
docker~build-push-action~N2FYN3.dockerbuild
24.3 KB
sha256:b972357fcf0e06ff1cfa89c2adefb8e0c3b4acc703d237f97859682046b6bfd0
docker~build-push-action~NN36P6.dockerbuild
45.4 KB
sha256:4df96c2c2761e5df0f326ece2c461e108698938d5ab76d67b4055b33b4e8c842
docker~build-push-action~O9YEH0.dockerbuild
17.5 KB
sha256:da774c45ac1a318f0794a719583363f5463fe19db2de4aad7b8b898e36dc151e
docker~build-push-action~OGN4PK.dockerbuild
55.9 KB
sha256:e8586758f1dcaa786e6421279b0bbb09ad72ab5b322fe82eb5ccaa496ff2aa9b
docker~build-push-action~PDAZZC.dockerbuild
24.7 KB
sha256:2442c9b841b70fa8ad4f320488d3f944dad7079807fe0c5e56c989cce8807fb5
docker~build-push-action~QCO8T9.dockerbuild
26.1 KB
sha256:909ba31bead8ae18ca8f42395fbadcb207dcffc3fc91cc514f50ac30414350fc
docker~build-push-action~QISOZR.dockerbuild
16.6 KB
sha256:157fbde5d90f8d4e7b0b6db2853b31fcba6a996c178a77f12bb7035a999a449c
docker~build-push-action~S3HO6W.dockerbuild
53.4 KB
sha256:7c507499178871a11f4d9beeff156f1144e9caf55dc63c9785c18b24fe26b646
docker~build-push-action~SCMNZV.dockerbuild
45.1 KB
sha256:2ac406b9416f06bcd733cab216a5809fa651a2c2a52f6d23ed005815fa729b36
docker~build-push-action~SG6WN0.dockerbuild
37.7 KB
sha256:e78d6948655587ec481e0047ce7773a73d3aec72e9a10735bc8644ac64fa7250
docker~build-push-action~SNK9XG.dockerbuild
11.4 KB
sha256:c8284a60e4c6e1748731d1b9774004312cd352063dc6ee9b170e283423a508dd
docker~build-push-action~T8PMYH.dockerbuild
31.2 KB
sha256:8fc702a6a7de1e8d264394d78eb0a6a6c6833358a04f7471794708679c6cdb58
docker~build-push-action~TW2N4Y.dockerbuild
21.6 KB
sha256:113f5d4b5f81424487602dc5fd56cc13df27ee816ef4f10868441a70cf80bd9d
docker~build-push-action~U01MNG.dockerbuild
60.6 KB
sha256:dc896025a4c2318bb7d58239a32665cbbc6102d3215156d6799803c8eb2eb688
docker~build-push-action~U55TJ3.dockerbuild
21.8 KB
sha256:7f4df4ddb59c88f172120fd18e58560e4e06d2db2e74bcc77f1b2097b9988b1e
docker~build-push-action~UYHIV1.dockerbuild
12.6 KB
sha256:9aa962c5c5f3d6d9dc8594cf440487017df09c0aac6ac04465d85fbb063d98e2
docker~build-push-action~X0WONE.dockerbuild
24.9 KB
sha256:9f424d4194f6e453277c9ddc668ab5d4f0cbf2de76dedaa9c9c15344886787b6
docker~build-push-action~X3UE1W.dockerbuild
57.2 KB
sha256:d0473e8898e90a062703f2235208c2f1a2da8b3b863e63cc85ee5f49ca41f971
docker~build-push-action~XIIJIL.dockerbuild
61.6 KB
sha256:d9d6f972784a8fee463e29d9f875f7be8d048dd404a85f87057e68d4cdbc943f
docker~build-push-action~XNW79Y.dockerbuild
12.2 KB
sha256:40c49c7ee19479b120ed15d8c203b56a57647fac68f4474bb7fccc35216bbe13
docker~build-push-action~XVLXR9.dockerbuild
26.4 KB
sha256:385ed2a12efa8f7e8aff7d87625bb7539e88bbc2e0feabf232a22bbcb713c2a0
docker~build-push-action~Y1YRIU.dockerbuild
62.8 KB
sha256:70146dce23fe1f90f1392a0518786fbc6d47c5fbbb4ca7e9da87dce56c857bc1
docker~build-push-action~Y4A2Q7.dockerbuild
26 KB
sha256:a3017c8289b43efe968035b0995dab74dfb7593b3d28667a802bb65240587405
docker~build-push-action~YQB8MJ.dockerbuild
25 KB
sha256:a14c396cea6d40eddd70bcabe8436f07724128d78d20132b67ec1427a8ee0e44
docker~build-push-action~ZITRA0.dockerbuild
24.8 KB
sha256:67634e4280e6939f46c1e37ebb05f5a3b052d235fbc678bbfe5fa255f185949c
docker~build-push-action~ZZJH95.dockerbuild
12 KB
sha256:264143fba3bd4b5b32f4c55e148f505835fd165eb7882ee55c29de27dd50dbb1