github-actions
released this
19 Oct 09:54
·
1 commit
to c5370af3d26de66df682e1452fde62024ef5664e
since this release
This it the into-docker build action version v4
, allowing you to run any into-docker builder image as a Github Action.
Changes
- Changed to
ubuntu:jammy
base image, to fix a segfault on the busybox one.
Basic Usage
- uses: into-docker/build-action@v4
with:
image: target-image:latest
builder: intodocker/clojure
See the README for further options.