diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ed554639..f8e046b4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -25,5 +25,6 @@ "actions/run-capslock": "0.2.0", "actions/azure-trusted-signing": "1.0.0", "actions/validate-renovate-config": "0.1.0", - "actions/cleanup-branches": "0.2.0" + "actions/cleanup-branches": "0.2.0", + "actions/docker-build-push-image": "0.1.0" } diff --git a/actions/docker-build-push-image/CHANGELOG.md b/actions/docker-build-push-image/CHANGELOG.md index 825c32f0d..ea05a4c7d 100644 --- a/actions/docker-build-push-image/CHANGELOG.md +++ b/actions/docker-build-push-image/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## 0.1.0 (2025-10-15) + + +### 🎉 Features + +* docker multi-arch composite actions ([#1347](https://github.com/grafana/shared-workflows/issues/1347)) ([3df0c01](https://github.com/grafana/shared-workflows/commit/3df0c015c8b528638bdbbccc6326b7c2edc79ae1)) + + +### 🔧 Miscellaneous Chores + +* **docker actions:** prep for releases ([#1404](https://github.com/grafana/shared-workflows/issues/1404)) ([b5b2517](https://github.com/grafana/shared-workflows/commit/b5b25178a74fbef4cc2db2252ac322729ab76e91)) + +## Changelog diff --git a/actions/docker-build-push-image/README.md b/actions/docker-build-push-image/README.md index f6b4b61bd..d0bf33234 100644 --- a/actions/docker-build-push-image/README.md +++ b/actions/docker-build-push-image/README.md @@ -36,7 +36,7 @@ jobs: contents: read id-token: write steps: - - uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.0.0 + - uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.1.0 with: platforms: linux/arm64,linux/amd64 tags: |