ci #1079
ci.yml
on: schedule
minimal
25s
git-context
28s
git-context-secret
24s
path-context
25s
example
24s
error
10s
error-buildx
35s
docker-driver
15s
export-docker
11s
secret
18s
secret-envs
14s
network
18s
shm-size
13s
ulimit
13s
cgroup-parent
13s
add-hosts
16s
no-cache-filters
21s
registry-cache
30s
github-cache
39s
local-cache
38s
standalone
18s
named-context-pin
21s
named-context-docker
22s
named-context-container
20s
docker-config-malformed
13s
proxy-docker-config
22s
proxy-buildkitd
23s
annotations
23s
multi-output
22s
load-and-push
32s
summary-disable
22s
summary-not-supported
28s
record-upload-disable
17s
annotations-disabled
13s
call-check
15s
no-default-attestations
27s
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?
|
|
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:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1": dial tcp [::1]:5000: connect: connection refused
|
|
secret
INVALID_SECRET= is not a valid secret
|
|
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
|
|
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.
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
crazy-max~docker-build-push-action~0E1O28.dockerbuild
|
18.8 KB |
sha256:f217dbd93bf944e0481a641c6a18d8c242247b3c132113883f34108b68dca50b
|
|
|
crazy-max~docker-build-push-action~13WZJH.dockerbuild
|
17.2 KB |
sha256:e3bb3da086f751663f1910ebfdeeafc2af34034849fc8d9632edfedb534e82c9
|
|
|
crazy-max~docker-build-push-action~1AIL56.dockerbuild
|
38.9 KB |
sha256:690e653915f91de9d552f865b06eba6e1b8ab54f0821cd7c3256f61b9897e425
|
|
|
crazy-max~docker-build-push-action~1TDQ21.dockerbuild
|
23.8 KB |
sha256:19326dc75ef0ccc6a1e177322a1bcb4ac11a4a548f3b3b3a1446f20c19636309
|
|
|
crazy-max~docker-build-push-action~2P5Y11.dockerbuild
|
31.2 KB |
sha256:41771fc97f255f08fc726668bc9214be98c495a33eceaf1f1a3be5b6bd809935
|
|
|
crazy-max~docker-build-push-action~37D3BV.dockerbuild
|
19.4 KB |
sha256:63c2682cd79aae90ad115fa6c6934996da471e5ef33db6f071be3bba875c76e4
|
|
|
crazy-max~docker-build-push-action~4QJI5N.dockerbuild
|
18.5 KB |
sha256:2f9f4f58df1b2bcf1678fcb337a1f008998cd75acb7492b8ff86952a4f42b004
|
|
|
crazy-max~docker-build-push-action~6UC6X9.dockerbuild
|
12.1 KB |
sha256:94c12c4e939807c90371299d907cfeaf23e07264cd3c835a7d5695fa5f85ca7c
|
|
|
crazy-max~docker-build-push-action~8QPDAD.dockerbuild
|
10.6 KB |
sha256:e99f5274583646acf3b38e93b7b996171c83a6d681b6372cd53da48117b2f354
|
|
|
crazy-max~docker-build-push-action~9B2F0T.dockerbuild
|
31.1 KB |
sha256:8b79dc73cb03ff1ec2c18a5bad75ed55a8fc61828421a5a2976700863ed1bc0a
|
|
|
crazy-max~docker-build-push-action~9YSEHF.dockerbuild
|
28.3 KB |
sha256:ba755fe0fd417e840a9480ba6d7f270032132142344e7280859d18df211ef297
|
|
|
crazy-max~docker-build-push-action~C4OIHF.dockerbuild
|
11.7 KB |
sha256:3dca86261b989195e688eeff9e8dd824c45d9294e974afa58ff98f928275e981
|
|
|
crazy-max~docker-build-push-action~C5JXL5.dockerbuild
|
19.3 KB |
sha256:7744e1597979e3d3cb5088a0244cbdbb80f997b1813c35d3132bb62923327be1
|
|
|
crazy-max~docker-build-push-action~CCBH9E.dockerbuild
|
54.8 KB |
sha256:4367a24716e1ffedceb79b13fe3381b53ae5ebf0b05342031e21bce86b599372
|
|
|
crazy-max~docker-build-push-action~D6PA94.dockerbuild
|
40 KB |
sha256:e28997633bb80d4746dc93f25959f69be8ee26b177f3f61130d207f1d331cf66
|
|
|
crazy-max~docker-build-push-action~E2FW2I.dockerbuild
|
19.1 KB |
sha256:e5faafbfe8e21262b139b9dfe5134585184fe082678a3d7cb9b51a3baa8e86aa
|
|
|
crazy-max~docker-build-push-action~GCK7DT.dockerbuild
|
20.4 KB |
sha256:031e6904d9bae2c8716cc8ac65c1386c76cfec0769a003519f7a16a57c9cf24a
|
|
|
crazy-max~docker-build-push-action~HOH86L.dockerbuild
|
19.2 KB |
sha256:65d1f445d12a21d49585469e78c509c7b65f648dcd1eb5030fcdec2b6459adb3
|
|
|
crazy-max~docker-build-push-action~HPHPUR.dockerbuild
|
49.8 KB |
sha256:0f6c63a0c495762dd93ca64ee423a8976e453bfac3ccff742c979816a2fdd5bd
|
|
|
crazy-max~docker-build-push-action~I9XOH2.dockerbuild
|
27.9 KB |
sha256:84dc7cd74afd9f9c14eeda56ea81f9bc981d5ee132ff5e84e81ef4526da22c11
|
|
|
crazy-max~docker-build-push-action~IWOCGU.dockerbuild
|
11.6 KB |
sha256:8c9c80abfae0ea5ccfe43b50c79107450f0e569ae12d2a67425af13ca9b2a9ab
|
|
|
crazy-max~docker-build-push-action~IXHDI4.dockerbuild
|
38.4 KB |
sha256:13a9e9d0a90532486df6297fa9e359eae15495bbd225afad8be229463dbbc884
|
|
|
crazy-max~docker-build-push-action~KF3DDI.dockerbuild
|
11.9 KB |
sha256:518278cf3950b052f4a87ce3c50724059c44732fe5438e351cc64af919ffb3b9
|
|
|
crazy-max~docker-build-push-action~KG6UVS.dockerbuild
|
17.3 KB |
sha256:0621bbaa6319ab3c84fb2ef25163a25ffd08115595f11351c739e30897733450
|
|
|
crazy-max~docker-build-push-action~KNH1T2.dockerbuild
|
50.4 KB |
sha256:013c15b45a73d37e4aabc7600aa10884fc3ea7e6334ce8b30d17a7efa024ccdd
|
|
|
crazy-max~docker-build-push-action~KV3IGT.dockerbuild
|
12.2 KB |
sha256:31b3d0549b108b2396839c65a90e392f7a6e8c04778a33f9fdbd4d16f87719cb
|
|
|
crazy-max~docker-build-push-action~L9HWAN.dockerbuild
|
19.1 KB |
sha256:001b4aabb6874a5ab6cde5732be24a5ef7959d2bad0587799c19a8f2e5e1772b
|
|
|
crazy-max~docker-build-push-action~LC6YZ8.dockerbuild
|
12 KB |
sha256:a0d03f7562df2dedf924cbda4054621441b1c5450c0dd41e707b12853d93bd87
|
|
|
crazy-max~docker-build-push-action~LSQ14F.dockerbuild
|
18.9 KB |
sha256:cb0643ccb2a0efc071822fba74b33c237b79eea092072ec932c5062cc7d8aaab
|
|
|
crazy-max~docker-build-push-action~LXBKOU.dockerbuild
|
20.4 KB |
sha256:f0ac7d1fb6d4711ffed3be964cd842ed4cc836abc7186401b4a96d53daa83686
|
|
|
crazy-max~docker-build-push-action~M86O12.dockerbuild
|
16.8 KB |
sha256:b1b267ebd7a5e4dcbf202dfc2743480b8b0a22ea36dd5657bf25a235ae0e7768
|
|
|
crazy-max~docker-build-push-action~MFJWOE.dockerbuild
|
27.7 KB |
sha256:f8fa5ce76ed0203f3d084101c6736ca1359f81c8dce204fab34e72870ac84c59
|
|
|
crazy-max~docker-build-push-action~NAC0VG.dockerbuild
|
11.2 KB |
sha256:db48be3c686c0e79ea988adde5aa11514ba1e666242539d6841983b579a6b7a1
|
|
|
crazy-max~docker-build-push-action~NQHK9E.dockerbuild
|
20.3 KB |
sha256:bc6ad2c11a6617cfb54768b19c6536e04ba618f2368ccd555397bb74a040bb44
|
|
|
crazy-max~docker-build-push-action~O9NMBB.dockerbuild
Expired
|
20.9 KB |
sha256:a55cd6618d73f87b14499ebb735b9c61000d6722895872457481a3f385e8b6d0
|
|
|
crazy-max~docker-build-push-action~OK9XDU.dockerbuild
|
39.7 KB |
sha256:5dd9e599cba7acdf315055a3fdc82b0350aa657acb4d37c3a64315dc039e9774
|
|
|
crazy-max~docker-build-push-action~OLZJXW.dockerbuild
|
19 KB |
sha256:f5e4880365bea74e81c6a41f85e29a97f041c91c5f2f6ee71329379a292b2c17
|
|
|
crazy-max~docker-build-push-action~RBTK8G.dockerbuild
|
51.6 KB |
sha256:fce86774a043d9479357895a0e93a609f9d62b776f506e0d1fdbb7911660d7f4
|
|
|
crazy-max~docker-build-push-action~RSHOAI.dockerbuild
|
40 KB |
sha256:a435f14c791728d0b6654a1a95eb9e65bf9383f6344d8eca5c0a447ef1bc2392
|
|
|
crazy-max~docker-build-push-action~RUEBXB.dockerbuild
|
13.5 KB |
sha256:f62f96ae98967d2dc7ecdb701d1336fde91ed9eeb6fb58c9aa48d27b06d0991a
|
|
|
crazy-max~docker-build-push-action~SG09F5.dockerbuild
|
26 KB |
sha256:be5add659cbdf6432a90f661a7d844c05f047d38a277bf0ec3704b042f9bd647
|
|
|
crazy-max~docker-build-push-action~SKF3ME.dockerbuild
|
26.9 KB |
sha256:9d097dfe8bb645367ee5fa60a99a72a4c3636954384f6a13a322c77dcd604e79
|
|
|
crazy-max~docker-build-push-action~SRXTRS.dockerbuild
|
30.4 KB |
sha256:f84dfaebc9ec70b8202b6e5091c39fd1cade3585c0162e7ff69cda1bf8e28211
|
|
|
crazy-max~docker-build-push-action~TQUBCP.dockerbuild
|
18.8 KB |
sha256:c391c614e8094884c4b278d4009e16c2736e929ff9ad846a6c64abf7df0a3ff9
|
|
|
crazy-max~docker-build-push-action~U72PWZ.dockerbuild
|
26.4 KB |
sha256:6b850476401069fc1d2020236f193acbe666907302803165b221599b2c2b1c94
|
|
|
crazy-max~docker-build-push-action~UQ9684.dockerbuild
|
25.6 KB |
sha256:46b2f8aa4f6e05f4cd881ac6ebd346af4e0f4ee251ed19f855dbd553890b7891
|
|
|
crazy-max~docker-build-push-action~WH3QE2.dockerbuild
|
20.9 KB |
sha256:55cd3e986ee23ecc83fc6e2aea74c48ccccfde6bc3e280661507cacbc7f5d23b
|
|
|
crazy-max~docker-build-push-action~X212BZ.dockerbuild
|
28.9 KB |
sha256:0730e7b04887ca3a5b53fe51ccb2a60f5e663c3ba2b7495d7c4595abff74a34e
|
|
|
crazy-max~docker-build-push-action~XCUT5P.dockerbuild
|
52.7 KB |
sha256:f5228867468376ea0d2c9fdcc8431a14610bbba31573cba9862b8f08630035fa
|
|
|
crazy-max~docker-build-push-action~XX20QU.dockerbuild
|
19.9 KB |
sha256:68cf3a93f1c4a139da4d165782afc75d73ea0f550719e27c6dac6d70e003ead1
|
|
|
crazy-max~docker-build-push-action~Y1D4NP.dockerbuild
|
42.9 KB |
sha256:5a13958b15db22e6504c245f3e8c52318daaf4f4c568966920ade18434143d98
|
|
|
crazy-max~docker-build-push-action~Z7OR2L.dockerbuild
|
20.5 KB |
sha256:9b59f05db2a1c916f0d1d28fad41b1484b5541610c88adac885084b19d373c11
|
|
|
crazy-max~docker-build-push-action~ZLDW1S.dockerbuild
|
28.3 KB |
sha256:5acaffad50566638104133f2a3939ee71cc92ed3330a61c09df1725f2e04d9ae
|
|
|
crazy-max~docker-build-push-action~ZS2M5A.dockerbuild
|
25.1 KB |
sha256:e126076c8b703f638548db78cc9f7bb460e3281351f565074d01ecab43af606e
|
|