Releases: ipdxco/docker-container-action
Releases · ipdxco/docker-container-action
v1.1.8
v1.1.7
Added
- Add
build-args
parameter used when building the docker image
v1.1.6
Added
- Expose action_sha from the github action when running directly from the checkout
Fixed
- Explicitly disable buildkit when building the docker image to allow referencing merge commits by SHA
v1.1.5
Fixed
- Return ref instead of sha when running .github/actions/github action directly from the checkout
v1.1.4
Fixed
- Correctly validate if docker pull was successful
v1.1.3
Added
- Added
.github/actions/github
composite action to infer GitHub action repository and ref from GitHub action path
v1.1.2
Changed
- Do not pass internal inputs to the docker run step
v1.1.1
Added
- Added
ref
input to accept the GitHub repository ref - Added
image
input to specify the docker image name (defaults to repository)
Changed
tag
is no longer required, defaults toref
which is now the required input
v1.1.0
Changed
- 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.0.0
Added
- v1 of the Docker container action