Releases: snapserv/action-container-builder
Releases · snapserv/action-container-builder
v0.2.4
v0.2.3
- fix: incorrect name reference when tagging (ppmathis)
- ci: use snapserv-bot pat for releases (ppmathis)
- build: bump version to 0.2.3 (ppmathis)
v0.2.2
* fix: incorrect caches for multi-stage builds (ppmathis) * build: bump version to 0.2.2 (ppmathis)
v0.2.1
* feat: add output param build_output (ppmathis) * docs: fix incorrect example workflow (ppmathis) * feat: switch log levels from debug to info (ppmathis) * fix: log message for unpublishing image (ppmathis) * fix: enable build by default (ppmathis) * fix: pulling from cache registry using stream (ppmathis) * fix: image name parsing, gpr docker-base-layer tag (ppmathis) * fix: remove breaking debug statement (ppmathis) * fix: properly fail action when error occurs (ppmathis) * build: bump version to 0.2.1 (ppmathis)
v0.2.0
* refactor: rename _image params to _repository (ppmathis) * feat: support separate build/publish stages (ppmathis) * docs: describe boolean input params (ppmathis) * build: bump version to 0.2.0 (ppmathis)
v0.1.0
* fix: stream output handling (ppmathis) * build: adjust npm start cmd to exclude ncc (ppmathis) * feat: tag with static tags and git sha (ppmathis) * feat: tag with git refs (heads / prs / tags) (ppmathis) * feat: publish images to target registry (ppmathis) * docs: new input params for publish phase (ppmathis) * fix: incorrect tag name for git sha (ppmathis) * build: bump version to 0.1.0 (ppmathis)
v0.0.1
Initial tag