diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 68b3502cb..0059024ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "actions/push-to-gar-docker": "0.6.1", "actions/aws-auth": "1.0.3", "actions/build-push-to-dockerhub": "0.4.0", - "actions/login-to-gar": "1.0.1", + "actions/login-to-gar": "1.0.2", "actions/login-to-gcs": "0.3.0", "actions/argo-lint": "1.0.2", "actions/setup-conftest": "1.0.3", diff --git a/actions/login-to-gar/CHANGELOG.md b/actions/login-to-gar/CHANGELOG.md index adb62d69c..cccc46c8b 100644 --- a/actions/login-to-gar/CHANGELOG.md +++ b/actions/login-to-gar/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/grafana/shared-workflows/compare/login-to-gar/v1.0.1...login-to-gar/v1.0.2) (2025-12-11) + + +### 📝 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)) + ## [1.0.1](https://github.com/grafana/shared-workflows/compare/login-to-gar/v1.0.0...login-to-gar/v1.0.1) (2025-11-05) diff --git a/actions/login-to-gar/README.md b/actions/login-to-gar/README.md index 58f21b82e..215c31c19 100644 --- a/actions/login-to-gar/README.md +++ b/actions/login-to-gar/README.md @@ -25,7 +25,7 @@ jobs: contents: read id-token: write steps: - - uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.1 + - uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.2 id: login-to-gar with: registry: "" # e.g. us-docker.pkg.dev