Skip to content

into-docker/build-action@v2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 06:05
· 0 commits to a7ab00336c8d3261fdc4b725f8e86b096c5ebb01 since this release

This it the into-docker build action version v2, allowing you to run any into-docker builder image as a Github Action.

Changes

  • Uses into-docker 1.1.1 by default.
  • Uses inline Dockerfile instead of prebuilding the action.
  • More usage examples in README.
  • More verification steps on CI.

Basic Usage

- uses: into-docker/build-action@v2
  with:
    image: target-image:latest
    builder: intodocker/clojure

See the README for further options.