chore: release candidate v0.34.2 #72
deploy-test.yml
on: push
build-push-app
4m 44s
build-push-pre-prisma
1m 0s
build-push-pre-data-migrations
1m 7s
build-push-email
3m 52s
deploy
1m 4s
Annotations
4 warnings
Sensitive data should not be used in the ARG or ENV commands:
app/Dockerfile.email#L32
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#L36
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/
|