We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile
ENV POSTGRES_USERNAME=${POSTGRES_USERNAME} ARG POSTGRES_PASSWORD ENV POSTGRES_PASSWORD=${POSTGRES_PASSWORD} ARG JWT_SECRET_KEY ENV JWT_SECRET_KEY=${JWT_SECRET_KEY} ARG REDIS_PASSWORD ENV REDIS_PASSWORD=${REDIS_PASSWORD} ARG POSTGRES_DATABASE ENV POSTGRES_DATABASE=${POSTGRES_DATABASE}
cd.yml
build-args: | "POSTGRES_USERNAME=${{ secrets.POSTGRES_USERNAME }}" "POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}" "JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }}" "REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}" "POSTGRES_DATABASE=${{secrets.POSTGRES_DATABASE}}"
The text was updated successfully, but these errors were encountered:
Sddilora
Successfully merging a pull request may close this issue.
Dockerfile
cd.yml
The text was updated successfully, but these errors were encountered: