This repository was archived by the owner on Oct 23, 2023. It is now read-only.
v1.0.3 Allow custom paths for Docker & Sam
Updated to allow DockerFile to reference a different path and File:
- working_directory: the sam path to the build
- dockerfile - name of the Dockerfile (default is Dockerfile)
- docker-build-path - the path to the Docker build context.
- checkout-repo - boolean for whether to checkout the repo as part of the action (defaults to true for backwards-compatibility)