Skip to content

Releases: ipdxco/docker-container-action

v1.1.8

31 Aug 10:30
eee2d13
Compare
Choose a tag to compare

Added

  • Add allow-exit-codes parameter used when running the docker image

v1.1.7

15 Aug 13:04
e744ac6
Compare
Choose a tag to compare

Added

  • Add build-args parameter used when building the docker image

v1.1.6

04 Aug 10:28
Compare
Choose a tag to compare

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

04 Aug 10:08
Compare
Choose a tag to compare

Fixed

  • Return ref instead of sha when running .github/actions/github action directly from the checkout

v1.1.4

10 Mar 11:46
Compare
Choose a tag to compare

Fixed

  • Correctly validate if docker pull was successful

v1.1.3

10 Mar 11:15
2296897
Compare
Choose a tag to compare

Added

  • Added .github/actions/github composite action to infer GitHub action repository and ref from GitHub action path

v1.1.2

10 Mar 08:01
Compare
Choose a tag to compare

Changed

  • Do not pass internal inputs to the docker run step

v1.1.1

05 Mar 08:49
48611e5
Compare
Choose a tag to compare

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 to ref which is now the required input

v1.1.0

05 Mar 07:06
Compare
Choose a tag to compare

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

04 Mar 12:43
Compare
Choose a tag to compare

Added

  • v1 of the Docker container action