backup #5037
test.yml
on: push
build-test-deploy-container
24m 41s
Annotations
2 errors and 2 warnings
build-test-deploy-container
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
|
build-test-deploy-container
Process completed with exit code 143.
|
Legacy key/value format with whitespace separator should not be used:
workflow-container/Dockerfile#L35
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/
|
The 'as' keyword should match the case of the 'from' keyword:
workflow-container/Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|