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
Split Dockerfile into three stages: a base image, the test image, and the production image. The production image is going to be identical to base; test will contain the base image + test files. The production image needs to be last to ensure that the appropriate image is published to Docker Hub.
Activate the test.yml, and ensure tests are run on the test image.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: