diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5769b3016..0c60f46fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "actions/send-slack-message": "2.0.4", "actions/push-to-gar-docker": "0.7.0", "actions/aws-auth": "1.0.3", - "actions/build-push-to-dockerhub": "0.4.1", + "actions/build-push-to-dockerhub": "0.4.2", "actions/login-to-gar": "1.0.1", "actions/login-to-gcs": "0.3.0", "actions/argo-lint": "1.0.3", diff --git a/actions/build-push-to-dockerhub/CHANGELOG.md b/actions/build-push-to-dockerhub/CHANGELOG.md index fe1a31239..63f8b134b 100644 --- a/actions/build-push-to-dockerhub/CHANGELOG.md +++ b/actions/build-push-to-dockerhub/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.2](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.4.1...build-push-to-dockerhub/v0.4.2) (2026-02-06) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v6.0.2 ([#1672](https://github.com/grafana/shared-workflows/issues/1672)) ([3105e25](https://github.com/grafana/shared-workflows/commit/3105e251e687194e9b2b4b456cb2846a761e0df0)) +* **deps:** update docker/setup-buildx-action action to v3.12.0 ([#1633](https://github.com/grafana/shared-workflows/issues/1633)) ([9c7001f](https://github.com/grafana/shared-workflows/commit/9c7001fb8ab6048113c07b6454aea78589e0e6b9)) + ## [0.4.1](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub/v0.4.0...build-push-to-dockerhub/v0.4.1) (2025-12-11) diff --git a/actions/build-push-to-dockerhub/README.md b/actions/build-push-to-dockerhub/README.md index d3a9d4f74..3101087e6 100644 --- a/actions/build-push-to-dockerhub/README.md +++ b/actions/build-push-to-dockerhub/README.md @@ -37,7 +37,7 @@ jobs: persist-credentials: false - id: push-to-dockerhub - uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.4.1 + uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.4.2 with: repository: ${{ github.repository }} # or any other dockerhub repository context: .