From 630a97307d138dd24072ba1d792f251cf5783c45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:32:45 +0000 Subject: [PATCH] chore(main): release build-push-to-dockerhub 0.1.1 --- .release-please-manifest.json | 2 +- actions/build-push-to-dockerhub/CHANGELOG.md | 8 ++++++++ actions/build-push-to-dockerhub/README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..00cd37873 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "actions/send-slack-message": "2.0.0", "actions/push-to-gar-docker": "0.1.0", "actions/aws-auth": "1.0.0", - "actions/build-push-to-dockerhub": "0.1.0", + "actions/build-push-to-dockerhub": "0.1.1", "actions/login-to-gar": "0.1.0", "actions/login-to-gcs": "0.1.0", "actions/argo-lint": "1.0.0", diff --git a/actions/build-push-to-dockerhub/CHANGELOG.md b/actions/build-push-to-dockerhub/CHANGELOG.md index b851a26fd..cda59ee39 100644 --- a/actions/build-push-to-dockerhub/CHANGELOG.md +++ b/actions/build-push-to-dockerhub/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/grafana/shared-workflows/compare/build-push-to-dockerhub-v0.1.0...build-push-to-dockerhub-v0.1.1) (2025-01-02) + + +### 🔧 Miscellaneous Chores + +* **deps:** update docker/setup-buildx-action action to v3.8.0 ([#654](https://github.com/grafana/shared-workflows/issues/654)) ([d55f5e9](https://github.com/grafana/shared-workflows/commit/d55f5e910f5f76c0b23ba86ef590e2939c475899)) +* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53)) + ## 0.1.0 (2024-11-28) diff --git a/actions/build-push-to-dockerhub/README.md b/actions/build-push-to-dockerhub/README.md index bbb8d424a..bac9b1292 100644 --- a/actions/build-push-to-dockerhub/README.md +++ b/actions/build-push-to-dockerhub/README.md @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - id: push-to-dockerhub - uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub-v0.1.0 + uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub-v0.1.1 with: repository: ${{ github.repository }} # or any other dockerhub repository context: .