Skip to content

Releases: devmasx/cached-docker-build-push

Build all stages as cache by default.

22 Dec 11:03
Compare
Choose a tag to compare

v0.1.1

14 Dec 21:30
Compare
Choose a tag to compare

cli npm package

v0.1.0

07 Dec 22:58
Compare
Choose a tag to compare

Cached docker build push

Execute docker build and push using docker caches.

Github Action

- uses: devmasx/cached-docker-build-push@v0.1.0
  with:
    image_name: devmasx/project-name
    cache_stage_target: builder
    build_params: --build-arg=NPM_TOKEN=${{secrets.NPM_TOKEN}}