From 12e721f1649d7820b1a32aacef3c0b4568afc42d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:47:00 +0000 Subject: [PATCH] chore(main): release push-to-gar-docker 0.1.1 --- .release-please-manifest.json | 2 +- actions/push-to-gar-docker/CHANGELOG.md | 7 +++++++ actions/push-to-gar-docker/README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 002865483..6953a55a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "actions/get-vault-secrets": "1.0.1", "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "1.0.0", - "actions/push-to-gar-docker": "0.1.0", + "actions/push-to-gar-docker": "0.1.1", "actions/aws-auth": "1.0.0", "actions/build-push-to-dockerhub": "0.1.0", "actions/login-to-gar": "0.1.0", diff --git a/actions/push-to-gar-docker/CHANGELOG.md b/actions/push-to-gar-docker/CHANGELOG.md index b9daa3159..00d1274a5 100644 --- a/actions/push-to-gar-docker/CHANGELOG.md +++ b/actions/push-to-gar-docker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.1.0...push-to-gar-docker-v0.1.1) (2024-12-04) + + +### 🔧 Miscellaneous Chores + +* 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/push-to-gar-docker/README.md b/actions/push-to-gar-docker/README.md index 481f5d701..f96ec0be0 100644 --- a/actions/push-to-gar-docker/README.md +++ b/actions/push-to-gar-docker/README.md @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - id: push-to-gar - uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.1.0 + uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.1.1 with: registry: "" # e.g. us-docker.pkg.dev, optional tags: |-