You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Workflow to Build, Test, and Publish Image (panamax-rs#66)
* Add workflow to build and test container
This is so we can get immediat feedback when the container is broken
* don't try to push the container
* Add a simpler job to build and test the image
We don't need the full docker build push action just to test the image.
If the build and test succeeds then we can use the full action.
* Don't set up qemu in test stage
Also set the tag to the project's name
* Only run actions on pushes to master and PRs
We don't need the container created on all pushes for every feature
branch.
Co-authored-by: James Conroy <[email protected]>
0 commit comments