Skip to content

chore: release candidate v0.43.3 #99

chore: release candidate v0.43.3

chore: release candidate v0.43.3 #99

Re-run triggered December 31, 2024 18:39
Status Failure
Total duration 59s
Artifacts 4

deploy-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
deploy
Process completed with exit code 2.
Sensitive data should not be used in the ARG or ENV commands: app/Dockerfile.email#L33
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "NEXTAUTH_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
The 'as' keyword should match the case of the 'from' keyword: app/Dockerfile#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Variables should be defined before their use: app/Dockerfile#L14
UndefinedVar: Usage of undefined variable '$deployment_tag' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Sensitive data should not be used in the ARG or ENV commands: app/Dockerfile#L37
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "NEXTAUTH_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
set-tag
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/