Skip to content

.github/workflows/docker-images-nightly.yml #5288

.github/workflows/docker-images-nightly.yml

.github/workflows/docker-images-nightly.yml #5288

Triggered via schedule June 16, 2025 00:26
Status Success
Total duration 2m 8s
Artifacts
security-scan  /  security_scan
58s
security-scan / security_scan
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
Failed to save: reserveCache failed: Cache service responded with 503
Legacy key/value format with whitespace separator should not be used: docker/images/n8n/Dockerfile#L71
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Variables should be defined before their use: docker/images/n8n/Dockerfile#L35
UndefinedVar: Usage of undefined variable '$N8N_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
FROM --platform flag should not use a constant value: docker/images/n8n/Dockerfile#L5
FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/
build
Failed to restore: getCacheEntry failed: Cache service responded with 503