From 964bb8a7c7cf747033039f7c63360c30bb5ca5fd Mon Sep 17 00:00:00 2001 From: "immich-push-o-matic[bot]" <179150890+immich-push-o-matic[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:24:02 +0000 Subject: [PATCH] chore(main): release image-build-action 0.1.8 --- .release-please-manifest.json | 2 +- actions/image-build/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d4a9891..ba77f590 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "actions/image-build": "0.1.7", + "actions/image-build": "0.1.8", "actions/success-check": "0.0.5", "actions/use-mise": "1.1.3", "services/outline-role-sync": "1.0.0", diff --git a/actions/image-build/CHANGELOG.md b/actions/image-build/CHANGELOG.md index 8e945395..a42e40ec 100644 --- a/actions/image-build/CHANGELOG.md +++ b/actions/image-build/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/immich-app/devtools/compare/image-build-action-v0.1.7...image-build-action-v0.1.8) (2026-04-16) + + +### Chores + +* **deps:** update github-actions ([#1488](https://github.com/immich-app/devtools/issues/1488)) ([2ee2888](https://github.com/immich-app/devtools/commit/2ee288826ca7aa1ac44809ebabb69a7e32b4c1f9)) + ## [0.1.7](https://github.com/immich-app/devtools/compare/image-build-action-v0.1.6...image-build-action-v0.1.7) (2026-03-24)