-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: use docker to build images (#16) #29
Conversation
changes were made in the `testing` branch however the main branch hasn't been updated with docker builds. This PR includes the changes to build with docker and use a cache into the `main` version of the action
Need to test this first. Also wondering, should I include the testing in this PR or should I add it in a seperate PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did some testing with the use of the docker
driver and the docker-container
driver. I think cache features should be held off until it becomes more stable in the CLI
testing
branchCo-authored-by: Gerald Pinder <[email protected]>
Co-authored-by: Gerald Pinder <[email protected]>
Co-authored-by: Gerald Pinder <[email protected]>
Co-authored-by: Gerald Pinder <[email protected]>
Co-authored-by: Gerald Pinder <[email protected]>
changes were made in the
testing
branch however the main branch hasn't been updated with docker builds. This PR includes the changes to build with docker and use a cache into themain
version of the action