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
We could change the rai_build.yml format to accept something like:
rai: version: 0.2 commands: build_image: image_name: - c3sr/celery:4.0.2 - c3sr/celery:latest dockerfile: "./Dockerfile" push: push: true credentials: username: dakkak password: ==AES32==PASS
multiple names under the commands.build_image.image_name field, instead of just a single one
commands.build_image.image_name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could change the rai_build.yml format to accept something like:
multiple names under the
commands.build_image.image_name
field, instead of just a single oneThe text was updated successfully, but these errors were encountered: