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
Converted deploy action from module is missing build dependencies.
When running garden deploy, the test-image build action does not get triggerered.
garden deploy
test-image
garden deploy should also trigger the build test-image
# In foo.dockerfile FROM nginx:latest
# In garden.yml kind: Module type: container name: test-image dockerfile: foo.dockerfile --- kind: Module type: container name: test-deploy build: dependencies: [test-image] image: '${modules.test-image.outputs.deployment-image-id}' services: - name: "test-deploy"
Then run garden deploy
Convert to actions
garden version 0.13.23-edge-bonsai-ce02590d3
garden version
The text was updated successfully, but these errors were encountered:
thsig
vvagaytsev
Successfully merging a pull request may close this issue.
Garden Bonsai (0.13) Bug
Current Behavior
Converted deploy action from module is missing build dependencies.
When running
garden deploy
, thetest-image
build action does not get triggerered.Expected behavior
garden deploy
should also trigger the buildtest-image
Reproducible example
Then run
garden deploy
Workaround
Convert to actions
Suggested solution(s)
Additional context
Your environment
garden version
0.13.23-edge-bonsai-ce02590d3The text was updated successfully, but these errors were encountered: