diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7c139efc..0e96afaf1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -26,7 +26,7 @@ "actions/azure-trusted-signing": "1.0.0", "actions/validate-renovate-config": "0.1.0", "actions/cleanup-branches": "0.2.1", - "actions/docker-build-push-image": "0.2.0", + "actions/docker-build-push-image": "0.2.1", "actions/docker-export-digest": "0.1.1", "actions/docker-import-digests-push-manifest": "0.1.1" } diff --git a/actions/docker-build-push-image/CHANGELOG.md b/actions/docker-build-push-image/CHANGELOG.md index 0e63a1ebf..4282805c7 100644 --- a/actions/docker-build-push-image/CHANGELOG.md +++ b/actions/docker-build-push-image/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.1](https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.2.0...docker-build-push-image/v0.2.1) (2025-11-27) + + +### 📝 Documentation + +* **multiple:** add warning about push to GAR failure ([#1555](https://github.com/grafana/shared-workflows/issues/1555)) ([eb33f84](https://github.com/grafana/shared-workflows/commit/eb33f84481d38701f4d2c587a4817ce332784f5f)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f)) +* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea)) + ## [0.2.0](https://github.com/grafana/shared-workflows/compare/docker-build-push-image/v0.1.1...docker-build-push-image/v0.2.0) (2025-11-11) diff --git a/actions/docker-build-push-image/README.md b/actions/docker-build-push-image/README.md index 717e3b7bc..9ca96065a 100644 --- a/actions/docker-build-push-image/README.md +++ b/actions/docker-build-push-image/README.md @@ -42,7 +42,7 @@ jobs: contents: read id-token: write steps: - - uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.0 + - uses: grafana/shared-workflows/actions/docker-build-push-image@docker-build-push-image/v0.2.1 with: platforms: linux/arm64,linux/amd64 tags: |