-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
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
How can I integrate with container-structure-test? #269
Comments
@felipecrs We could add an input in this action but I think this should be handled by buildx first. WDYT @tonistiigi? |
It does not need to be like I said, if there is any other approach that could help with integrating test tools would be really helpful. Maybe even a new guide in the advanced topics would do the trick. |
It also makes sense to me to add a pre-publish docker run command to run test scipts within the built container, where the image would not be pushed if the test step fails |
Furthermore, it's not exactly concern of this repository, but I wonder how could it be integrated with buildx bake as well. |
Most likely it would require a new input, such as:
pre-publish-command: container-structure-test --image test/image
The text was updated successfully, but these errors were encountered: