All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
allow-exit-codes
parameter used when running the docker image
- Add
build-args
parameter used when building the docker image
- Expose action_sha from the github action when running directly from the checkout
- Explicitly disable buildkit when building the docker image to allow referencing merge commits by SHA
- Return ref instead of sha when running .github/actions/github action directly from the checkout
- Correctly validate if docker pull was successful
- Added
.github/actions/github
composite action to infer GitHub action repository and ref from GitHub action path
- Do not pass internal inputs to the docker run step
- Added
ref
input to accept the GitHub repository ref - Added
image
input to specify the docker image name (defaults to repository)
tag
is no longer required, defaults toref
which is now the required input
- Updated the output of the action to include all the outputs of the docker run step in JSON format, using the
toJSON
function. Removed the previous output file.
- v1 of the Docker container action