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
use
I have an image definition with both pull and context. This seems to work fine so long as I use dobi img:pull or dobi img:build on the CLI.
pull
context
dobi img:pull
dobi img:build
However having a job with use: img always builds. I want to pull the image for the jobs and use the build configuration on CI to build the image.
use: img
Currently it seems I have to include two image resources. This is not ideal as the tags/names etc. need to be duplicated.
The text was updated successfully, but these errors were encountered:
It might be possible by setting img:pull as a dependency of the job, but I haven't tried it.
img:pull
Sorry, something went wrong.
I haven't tried it as a dependency, I'll check it out.
No branches or pull requests
I have an image definition with both
pull
andcontext
. This seems to work fine so long as I usedobi img:pull
ordobi img:build
on the CLI.However having a job with
use: img
always builds. I want to pull the image for the jobs and use the build configuration on CI to build the image.Currently it seems I have to include two image resources. This is not ideal as the tags/names etc. need to be duplicated.
The text was updated successfully, but these errors were encountered: