Fix es type (#276) #608
image_build_and_test.yaml
on: push
Build and push image
/
Build Image and Push
4m 24s
Run tests
1m 29s
Annotations
1 error and 3 warnings
Run tests
Process completed with exit code 127.
|
Variables should be defined before their use:
Dockerfile#L75
UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L113
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/
|
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|