ci #1077
ci.yml
on: schedule
minimal
22s
git-context
32s
git-context-secret
31s
path-context
28s
example
17s
error
5s
error-buildx
18s
docker-driver
15s
export-docker
10s
secret
14s
secret-envs
20s
network
18s
shm-size
15s
ulimit
20s
cgroup-parent
14s
add-hosts
15s
no-cache-filters
24s
registry-cache
38s
github-cache
22s
local-cache
30s
standalone
16s
named-context-pin
12s
named-context-docker
28s
named-context-container
18s
docker-config-malformed
10s
proxy-docker-config
26s
proxy-buildkitd
23s
annotations
23s
multi-output
29s
load-and-push
31s
summary-disable
22s
summary-not-supported
19s
record-upload-disable
25s
annotations-disabled
13s
call-check
17s
no-default-attestations
18s
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
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?
|
|
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:4446c62d23e77aa5f74a022c7c7e0f5e4a7e48ac571263c723d17b0d78ba0ab3": dial tcp [::1]:5000: connect: connection refused
|
|
call-check
Check complete, 7 warnings have been found!
|
|
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)
|
|
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/
|
|
secret
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/
|
|
example
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/metadata-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
secret-envs
INVALID_SECRET= is not a valid secret
|
|
annotations
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/metadata-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 | |
|---|---|---|---|
|
crazy-max~docker-build-push-action~1FIA83.dockerbuild
|
19.1 KB |
sha256:ecc3c223806977fbe256dedebd382798aee68f0a460891f16c412c535b9d6842
|
|
|
crazy-max~docker-build-push-action~2NMJ13.dockerbuild
|
19.3 KB |
sha256:8f6d050755a7e3bec487ba96a7285324b7f305219e78c8d3c27ce009ef8e123e
|
|
|
crazy-max~docker-build-push-action~34LIF0.dockerbuild
|
28.9 KB |
sha256:9904e4ee306ae272e45a244ad465b54fca8c484b8e1e2802c651d89c351e4bdd
|
|
|
crazy-max~docker-build-push-action~3TJJGT.dockerbuild
|
19.5 KB |
sha256:4eb85f8688157cc5c3b8f04569cb902f34f49d30719d3b0b19b56ec26dee6bb6
|
|
|
crazy-max~docker-build-push-action~4ATC5V.dockerbuild
|
11.4 KB |
sha256:e2d427dfd5a57488dd40979c97c46da738020aab17ebc79c1bc07664f8263b01
|
|
|
crazy-max~docker-build-push-action~6JNHVL.dockerbuild
|
20.9 KB |
sha256:6dd84df0ba8a2aff5536d9ca44651e5ce4fc9e5937bce650abc8af7fb7822d17
|
|
|
crazy-max~docker-build-push-action~7F9MMA.dockerbuild
|
27.3 KB |
sha256:4adee9a3c9c8e277f81e9344e9b2bddd547a87513b5e9a36e157a21aff91bc65
|
|
|
crazy-max~docker-build-push-action~7M3SLO.dockerbuild
|
17.3 KB |
sha256:750a730ab58cba8fee55c1ddadb54c355f3ea19b33b0b083e355a30853a4d7d0
|
|
|
crazy-max~docker-build-push-action~8REEAL.dockerbuild
|
20.1 KB |
sha256:f08dbf05aa2b02e2afba97d60adb54e44ca46088daf5530cb51b2da2502aaf30
|
|
|
crazy-max~docker-build-push-action~9H5L6D.dockerbuild
|
39.7 KB |
sha256:2958e9b28f7983248cfd2dd7bc3675f3617e7227e330da0d1e6ed0ccfc762f60
|
|
|
crazy-max~docker-build-push-action~C7K60Z.dockerbuild
|
26.2 KB |
sha256:469e12aea4a8f681023a2679faeef90607c5795f105ac4ce11712e604bb518c6
|
|
|
crazy-max~docker-build-push-action~C8UNXH.dockerbuild
|
11.8 KB |
sha256:84808cdd00a94fd190365ebbd5eb616d93dc830ca59af77c7ea8fd262aa2ea13
|
|
|
crazy-max~docker-build-push-action~DA1SS7.dockerbuild
|
13.2 KB |
sha256:45a84c1bf75101aafce1e592a8287c0bef5e966662e4d3dd7ceac3ddb8fe2ab5
|
|
|
crazy-max~docker-build-push-action~F2AAG0.dockerbuild
|
11.7 KB |
sha256:4e2290684a281a90385bc55a831e2dbc5bda74af10e6f6ca37c64d03812e5ad8
|
|
|
crazy-max~docker-build-push-action~F7CDSC.dockerbuild
|
28.1 KB |
sha256:4d30016a291cd8552854a9e19488be17f60bdf1f2c1ee2307e7347ffbd2fb6d4
|
|
|
crazy-max~docker-build-push-action~F7OEDK.dockerbuild
|
17.2 KB |
sha256:1739f6d806ff706d4662fe78e343dd4f066294bf790248e7de66619c89e9a169
|
|
|
crazy-max~docker-build-push-action~FZM6SY.dockerbuild
|
19.2 KB |
sha256:333f2ebe79e8ecf2529f66edb26fb5837fbe6bd0e6272a5fb5e9da68066c5e3b
|
|
|
crazy-max~docker-build-push-action~HPQMZ0.dockerbuild
|
18.8 KB |
sha256:44caf734b5c2ddf4d70085776043e0a3ef718ddc63db341b06c148274ce4d828
|
|
|
crazy-max~docker-build-push-action~HR57T6.dockerbuild
|
39.2 KB |
sha256:60c3cd0d4d5506955bb6ca37e4523f1f38612e0c8474d52ec402bed6210a092f
|
|
|
crazy-max~docker-build-push-action~I715J0.dockerbuild
|
42.5 KB |
sha256:fcd09edfa2056484f04de2b64c19fe01df3ff845648138e6c5e5affecfc025b7
|
|
|
crazy-max~docker-build-push-action~IBRYRZ.dockerbuild
|
17.4 KB |
sha256:8e54453bc4f2a02eaa3b66624cc2a55b4321a2adf0dcd68f6fb501a2bdabccde
|
|
|
crazy-max~docker-build-push-action~K1I90S.dockerbuild
|
31.1 KB |
sha256:1ac56fdb06be6a980bc4806548308497356cf3568d86ffbc910d96ed15f3c7da
|
|
|
crazy-max~docker-build-push-action~K6I1L3.dockerbuild
|
27.8 KB |
sha256:f58ca16d6da419c638034d5ce5c25fefe47c471797668cfab88a44ce5c6bf412
|
|
|
crazy-max~docker-build-push-action~K7NWIP.dockerbuild
|
20.8 KB |
sha256:dff0a4604c8d7fd2cf65f1650462eb60c1ca72f34553b6886348864559756449
|
|
|
crazy-max~docker-build-push-action~K9YX8H.dockerbuild
|
49.4 KB |
sha256:2a495ff17f440cc3a93d5ca4f3a71e6e234c761734fdae14a58e865c48ef11ba
|
|
|
crazy-max~docker-build-push-action~KOHJ8C.dockerbuild
|
19.5 KB |
sha256:57d630314dc5b8e7e90f67d45809d161b36bfd7e7433e8ed88521132c93574f3
|
|
|
crazy-max~docker-build-push-action~MMRKO6.dockerbuild
|
38.2 KB |
sha256:30dec4b6f40586474b61042460775df8f79d0ca39f1ba40484aaae79ff92f00b
|
|
|
crazy-max~docker-build-push-action~NHR3K2.dockerbuild
|
50.2 KB |
sha256:99ef5a2f9f700a59d566d41a7bd4d983aa720706930ad7a2f646755838d41d44
|
|
|
crazy-max~docker-build-push-action~OPVWID.dockerbuild
|
18.8 KB |
sha256:280763505204d191878d8168d18ad5d1048c642cbfd127f8cf577712bd991ce2
|
|
|
crazy-max~docker-build-push-action~OQSUD7.dockerbuild
|
19.5 KB |
sha256:d21662f1a4d86e0cca1d3c4d13a1e477fd816eba22bbb688945476c158a8a8f5
|
|
|
crazy-max~docker-build-push-action~PS2BKP.dockerbuild
|
27.6 KB |
sha256:56a9acfc911365c6ddb5502cda74cac56e1c97d33ffb1e23d35f3f355e8960b4
|
|
|
crazy-max~docker-build-push-action~Q3Y7X4.dockerbuild
|
29.1 KB |
sha256:bb96a99ce53867e1070481f641d1a84e822a4b1f165b62639f903b24fde41475
|
|
|
crazy-max~docker-build-push-action~Q57LZO.dockerbuild
|
20.8 KB |
sha256:f17976d7b9f18fbbd12248f2e39ac8c76e5105ab2bf342614d000fd4ab4411b9
|
|
|
crazy-max~docker-build-push-action~QDSQKU.dockerbuild
|
18.8 KB |
sha256:3ea0f4b348e494914bb5808b315381682e6b5f66e9f1454a1c3ece77d6dbb04a
|
|
|
crazy-max~docker-build-push-action~S329MC.dockerbuild
|
11.5 KB |
sha256:dc04e79835ad8b79a12029de9749bc596a089964383c4da5c47e41814e8550ad
|
|
|
crazy-max~docker-build-push-action~TMLQHE.dockerbuild
|
12.2 KB |
sha256:f1a8ddfc45cdd4529608faea99c7e15b282cd93d49c08c2102350aa5492aed78
|
|
|
crazy-max~docker-build-push-action~TOCB1E.dockerbuild
|
40.1 KB |
sha256:fd739db8f0d360ad0885df7385509ef6b9e2a7870a6baa6bd4d04f6d83e1568c
|
|
|
crazy-max~docker-build-push-action~UEP07P.dockerbuild
|
18.9 KB |
sha256:c51b43b21d4796db5a4043a7792737b34017566e02a539e0fdfdd0a6893619cc
|
|
|
crazy-max~docker-build-push-action~UF93PM.dockerbuild
|
11.1 KB |
sha256:fb2885774c6107e3d336525bc1ef4f04f757cf1f84c74dff2a94a8d2db153faa
|
|
|
crazy-max~docker-build-push-action~UGKNOB.dockerbuild
|
11.5 KB |
sha256:057a9571b4a4dec3fe6fcbab240c3526eef6d867206b4f4bd66327165bff1e70
|
|
|
crazy-max~docker-build-push-action~USSPLH.dockerbuild
|
54.9 KB |
sha256:3d3f84ed395439096d071a691097cc75848b4a22c1ef5302e0641942b0262de5
|
|
|
crazy-max~docker-build-push-action~VDV80J.dockerbuild
|
12.1 KB |
sha256:fc62c28a754bb2c98b853c3d9a17bf48dd8984111c7e60ffa60605a4213898fe
|
|
|
crazy-max~docker-build-push-action~VKB8HT.dockerbuild
|
26 KB |
sha256:1c93dade627667f724085f63f201438c63ad28e5b7dfd22fa8e8feb84dd3a3fa
|
|
|
crazy-max~docker-build-push-action~VNG0HT.dockerbuild
|
25.5 KB |
sha256:3fbf0e3e73cec66beeceb8411306d761f6e39644df6b26b3fea1d791fe54df97
|
|
|
crazy-max~docker-build-push-action~WISU8C.dockerbuild
|
25.3 KB |
sha256:468a7eb93ea401796e8f0c72e596dc74120e3324f98b03ee1de19d2a048c7c20
|
|
|
crazy-max~docker-build-push-action~XOSGH2.dockerbuild
|
20.3 KB |
sha256:ada1eeb6ebe587b5c94808a1d2a18c2e7ff17205d1b86c5cc51af42ef1b31e90
|
|
|
crazy-max~docker-build-push-action~YI345J.dockerbuild
|
23.4 KB |
sha256:d88a24590cbffda4687ace8d18d23c3b1fa97f6788a7d56a9e0e5c8237fcb9a3
|
|
|
crazy-max~docker-build-push-action~YJC8HL.dockerbuild
|
30.5 KB |
sha256:df5acff22b537ef8ade27ab1fa16d840702db2503117d9a89c53a576b5e8df66
|
|
|
crazy-max~docker-build-push-action~YNK5LN.dockerbuild
|
31.6 KB |
sha256:7d58660db55e6885741e1ffec8fcdd64680ab3d7aa5681884cce0caf62a48a33
|
|
|
crazy-max~docker-build-push-action~YRORDH.dockerbuild
|
46.5 KB |
sha256:30f7912cfd226002b429521b04bf200de0257b28ce9ceff9884d0308c8bc5cb1
|
|
|
crazy-max~docker-build-push-action~Z3WS0C.dockerbuild
|
19.3 KB |
sha256:5504ae00fd057db0dd2053d8ef9c787d81bc84030bfa4bd4feb79264610783c3
|
|
|
crazy-max~docker-build-push-action~ZI9DZT.dockerbuild
Expired
|
20.9 KB |
sha256:15239d5df21e64480dc8fbba0be70a68bd6e7b0aad988ee778f4ed7e1509bbe8
|
|
|
crazy-max~docker-build-push-action~ZLO7FB.dockerbuild
|
46.7 KB |
sha256:75fb2f9b2c17a265554fc3b89e8441b6d030d02d9894387b7abf8af52c8ce539
|
|
|
crazy-max~docker-build-push-action~ZNFG6I.dockerbuild
|
51.7 KB |
sha256:8b6c54508a3f08cd3fb8492c54bcf7825f015c065df92267f92e0ba634fabe8c
|
|