Skip to content
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

Choose a tag to compare

@andyloughran andyloughran released this 24 Apr 15:04
· 9 commits to main since this release
d4be332

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)